summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/map')
-rw-r--r--src/map/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/init.c b/src/map/init.c
index c0eef38..06002de 100644
--- a/src/map/init.c
+++ b/src/map/init.c
@@ -49,8 +49,8 @@ HPExport void plugin_init (void)
addScriptCommand("shop", "s", dummy);
addScriptCommand("getitemlink", "s", dummyStr);
addScriptCommand("l", "s*", l);
- addScriptCommand("getlang", "", getLang);
- addScriptCommand("setlang", "i", setLang);
+ addScriptCommandDeprecated("getlang", "", getLang);
+ addScriptCommandDeprecated("setlang", "i", setLang);
addScriptCommand("requestlang", "*", dummy);
addScriptCommand("getq", "i", dummyInt);
addScriptCommand("setq", "ii", dummy);