From a9d772ec217d54879183685b92b4790ba8c5185d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 14 Nov 2014 15:12:24 +0300 Subject: Mark script command getclientversion as deprecated. --- src/map/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3-60-g2f50