diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-06-06 15:13:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-06-06 15:13:56 -0300 |
commit | a93d1ecbc5995fd5431b69f8d3c368665c5196ef (patch) | |
tree | ff5cd7af99b63aa96e2e4bf5aec5a617043845e3 /src/emap/init.c | |
parent | 655301284da462c2b4aa77ad38e9d98b7cc6ef79 (diff) | |
download | evol-hercules-a93d1ecbc5995fd5431b69f8d3c368665c5196ef.tar.gz evol-hercules-a93d1ecbc5995fd5431b69f8d3c368665c5196ef.tar.bz2 evol-hercules-a93d1ecbc5995fd5431b69f8d3c368665c5196ef.tar.xz evol-hercules-a93d1ecbc5995fd5431b69f8d3c368665c5196ef.zip |
add a script command to kick players offline
Author: gumi <git@gumi.ca>
Date: Fri Jul 24 15:11:14 2020 -0400
You are currently cherry-picking commit 6d131f8.
This reverts commit a22e3af8232b2e72e2c610339b3fd4fc9a0693e9.
Diffstat (limited to 'src/emap/init.c')
-rw-r--r-- | src/emap/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/init.c b/src/emap/init.c index 40e7c47..1e750c8 100644 --- a/src/emap/init.c +++ b/src/emap/init.c @@ -219,6 +219,7 @@ HPExport void plugin_init (void) addScriptCommand("isinstance", "i", isInstance); addScriptCommand("readbattleparam","ii",readBattleParam); addScriptCommand("getnpcsubtype", "?", getNpcSubtype); + addScriptCommand("kick", "v?", kick); // TMW2 Custom Script Commands addScriptCommand("getguildinfo","i",getguildinfo); |