mirror of
https://github.com/edubart/otclient.git
synced 2025-12-03 00:16:50 +01:00
fix warnings and some reloading issues
This commit is contained in:
@@ -26,6 +26,8 @@ function VipList.terminate()
|
||||
vipWindow = nil
|
||||
vipButton:destroy()
|
||||
vipButton = nil
|
||||
|
||||
VipList = nil
|
||||
end
|
||||
|
||||
function VipList.clear()
|
||||
|
||||
@@ -8,5 +8,5 @@ Module
|
||||
dofile 'viplist'
|
||||
VipList.init()
|
||||
|
||||
@onUnload:
|
||||
@onUnload: |
|
||||
VipList.terminate()
|
||||
|
||||
Reference in New Issue
Block a user