This commit is contained in:
OTCv8
2020-06-09 18:19:20 +02:00
parent 76d6f2ce7d
commit 541e189d3f
154 changed files with 2540 additions and 1221 deletions

View File

@@ -14,7 +14,7 @@ UI.EditorWindow = function(text, options, callback)
validation = text (regex)
examples = {{name, text}, {name, text}}
]]--
local window = modules.game_textedit.edit(text, options, callback)
local window = modules.client_textedit.edit(text, options, callback)
window.botWidget = true
return window
end