diff --git a/vBot/ingame_editor.lua b/vBot/ingame_editor.lua index 1217b82..8ff494b 100644 --- a/vBot/ingame_editor.lua +++ b/vBot/ingame_editor.lua @@ -1,7 +1,7 @@ setDefaultTab("Tools") -- allows to test/edit bot lua scripts ingame, you can have multiple scripts like this, just change storage.ingame_lua UI.Button("Ingame script editor", function(newText) - UI.MultilineEditorWindow(storage.ingame_hotkeys or "", {title="Hotkeys editor", description="You can add your custom scrupts here"}, function(text) + UI.MultilineEditorWindow(storage.ingame_hotkeys or "", {title="Hotkeys editor", description="You can add your custom scripts here"}, function(text) storage.ingame_hotkeys = text reload() end) @@ -20,4 +20,4 @@ UI.Button("Ingame script editor", function(newText) end end - UI.Separator() \ No newline at end of file + UI.Separator()