summaryrefslogtreecommitdiff
path: root/src/map/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/init.c')
-rw-r--r--src/map/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/init.c b/src/map/init.c
index 2381de5..cb09ae3 100644
--- a/src/map/init.c
+++ b/src/map/init.c
@@ -56,7 +56,7 @@ HPExport void plugin_init (void)
addScriptCommand("setnpcdir", "*", dummy);
addScriptCommand("rif", "is*", dummyStr);
addScriptCommand("countitemcolor", "*", dummyInt);
- addScriptCommand("getclientversion", "", getClientVersion);
+ addScriptCommandDeprecated("getclientversion", "", getClientVersion);
// must be replaced to misceffect
addScriptCommand("misceffect2", "i*", dummy);