This commit is contained in:
iceman1001
2019-05-18 17:53:08 +02:00
parent e9eb764358
commit a4f4104075
5 changed files with 5 additions and 5 deletions

View File

@@ -2687,7 +2687,7 @@ function modifyMode()
end,
}
repeat
-- defualt message / prompt
-- default message / prompt
ic=input("Legic command? ('h' for help - 'q' for quit)", "h")
-- command actions decisions (first match, longer commands before shorter)
if (type(actions[string.lower(string.sub(ic,0,3))])=='function') then