diff options
Diffstat (limited to 'src/map/init.c')
-rw-r--r-- | src/map/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/init.c b/src/map/init.c index 4e945d7..204b0a3 100644 --- a/src/map/init.c +++ b/src/map/init.c @@ -66,6 +66,7 @@ HPExport void plugin_init (void) addScriptCommand("shop", "s", shop); addScriptCommand("getitemlink", "s", getItemLink); addScriptCommand("l", "s*", l); + addScriptCommand("lg", "s*", lg); addScriptCommandDeprecated("getlang", "", getLang); addScriptCommandDeprecated("setlang", "i", setLang); addScriptCommand("requestlang", "v", requestLang); |