mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Fix console error
This commit is contained in:
@@ -4,7 +4,7 @@ UIWindow = extends(UIWidget)
|
||||
function UIWindow.create()
|
||||
local window = UIWindow.internalCreate()
|
||||
window:setTextAlign(AlignTopCenter)
|
||||
window:setDragable(true)
|
||||
window:setDraggable(true)
|
||||
return window
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user