summaryrefslogtreecommitdiff
path: root/src/emap/init.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-20 23:43:03 +0000
committerAndrei Karas <akaras@inbox.ru>2016-06-20 23:43:03 +0000
commit081236e0f54d19058b0fd26abd5c9499df91bbb7 (patch)
tree9772a1a1124b58dbbebab66253298f573c700824 /src/emap/init.c
parent64f9384c639650498995437bc5ecbd1aadd0b8c2 (diff)
parent8bbe978e36a55743609741de24973b3a2ea00c5c (diff)
downloadevol-hercules-081236e0f54d19058b0fd26abd5c9499df91bbb7.tar.gz
evol-hercules-081236e0f54d19058b0fd26abd5c9499df91bbb7.tar.bz2
evol-hercules-081236e0f54d19058b0fd26abd5c9499df91bbb7.tar.xz
evol-hercules-081236e0f54d19058b0fd26abd5c9499df91bbb7.zip
Merge branch 'buildin/sendcollision' into 'master'
add buildin setfakecells (fake client-side collision) to solve the door problem See merge request !1
Diffstat (limited to 'src/emap/init.c')
-rw-r--r--src/emap/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/init.c b/src/emap/init.c
index 88a6be9..03874de 100644
--- a/src/emap/init.c
+++ b/src/emap/init.c
@@ -167,6 +167,7 @@ HPExport void plugin_init (void)
addScriptCommand("htinextkey", "i", htiNextKey);
addScriptCommand("hticheck", "i", htiCheck);
addScriptCommand("htidelete", "i", htiDelete);
+ addScriptCommand("setfakecells", "iii??", setFakeCells);
do_init_langs();