improving the cheat commands

This commit is contained in:
Xertis
2025-11-21 20:59:57 +03:00
parent 19665caead
commit e7e47df7bf
5 changed files with 74 additions and 24 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ static int l_get_command_info(lua::State* L) {
}
const luaL_Reg consolelib[] = {
{"add_command", lua::wrap<l_add_command>},
{"__add_command", lua::wrap<l_add_command>},
{"execute", lua::wrap<l_execute>},
{"get", lua::wrap<l_get>},
{"set", lua::wrap<l_set>},