diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/init.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/map/init.c b/src/map/init.c index 8c65efe..1af804a 100644 --- a/src/map/init.c +++ b/src/map/init.c @@ -45,12 +45,7 @@ HPExport void plugin_init (void) { addScriptCommand("closedialog", "", dummy); addScriptCommand("shop", "s", dummy); addScriptCommand("getitemlink", "s", dummyStr); -// addScriptCommand("menuimage", "ss", dummyStr); -// addScriptCommand("mesn", "*", dummy); -// addScriptCommand("mesq", "s*", dummy); -// addScriptCommand("g", "ss", dummyStr); addScriptCommand("l", "s*", l); - addScriptCommand("lg", "s*", dummyStr); addScriptCommand("getlang", "*", dummyStr); addScriptCommand("setlang", "i", dummy); addScriptCommand("requestlang", "*", dummy); @@ -58,7 +53,6 @@ HPExport void plugin_init (void) { addScriptCommand("setq", "ii", dummy); addScriptCommand("getnpcdir", "*", dummyInt); addScriptCommand("setnpcdir", "*", dummy); -// addScriptCommand("col", "si", dummyStr); addScriptCommand("rif", "is*", dummyStr); addScriptCommand("countitemcolor", "*", dummyInt); addScriptCommand("getclientversion", "*", dummyInt); |