mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
fix bug on how lua detect source paths
This commit is contained in:
@@ -7,5 +7,5 @@ function messageBox(title, text)
|
||||
msgBox.locked = true
|
||||
msgBox.title = title
|
||||
msgBox:child("textLabel").text = text
|
||||
msgBox:child("okButton").onClick = autoDestroyParentz
|
||||
msgBox:child("okButton").onClick = autoDestroyParent
|
||||
end
|
||||
|
Reference in New Issue
Block a user