mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
some cleanup in modules, fixes in tooltip, uiwidget warnings, disable map saving for a while
This commit is contained in:
@@ -9,7 +9,7 @@ function About.init()
|
||||
end
|
||||
|
||||
function About.display()
|
||||
aboutWindow = displayUI('about.otui', { locked = true })
|
||||
displayUI('about.otui', { locked = true })
|
||||
end
|
||||
|
||||
function About.terminate()
|
||||
|
@@ -8,5 +8,5 @@ Module
|
||||
require 'about'
|
||||
About.init()
|
||||
|
||||
onUnload:
|
||||
onUnload: |
|
||||
About.terminate()
|
Reference in New Issue
Block a user