mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 04:53:27 +02: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