mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
fix warnings and some reloading issues
This commit is contained in:
@@ -59,6 +59,8 @@ function Skills.terminate()
|
||||
skillsButton = nil
|
||||
skillsWindow:destroy()
|
||||
skillsWindow = nil
|
||||
|
||||
Skills = nil
|
||||
end
|
||||
|
||||
function Skills.toggle()
|
||||
|
@@ -4,6 +4,9 @@ Module
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
dependencies:
|
||||
- game
|
||||
|
||||
@onLoad: |
|
||||
dofile 'skills'
|
||||
Skills.init()
|
||||
|
Reference in New Issue
Block a user