diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-08-23 14:50:33 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-08-23 15:15:44 -0400 |
commit | 4a65ddf6c61d72a52d18c9c18e1b405c49c591e9 (patch) | |
tree | 1be4e826661148ebb85c3052aeeed62d0ad96528 /src/emap/init.c | |
parent | dee2b1a29dc3af07bb434ab986aa552e8be5e26c (diff) | |
download | plugin-4a65ddf6c61d72a52d18c9c18e1b405c49c591e9.tar.gz plugin-4a65ddf6c61d72a52d18c9c18e1b405c49c591e9.tar.bz2 plugin-4a65ddf6c61d72a52d18c9c18e1b405c49c591e9.tar.xz plugin-4a65ddf6c61d72a52d18c9c18e1b405c49c591e9.zip |
remove buildin_closedialog, partly add it to buildin_closeclientdialog for backward-compatibilityclosedialog
Diffstat (limited to 'src/emap/init.c')
-rw-r--r-- | src/emap/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emap/init.c b/src/emap/init.c index 8cd7cd4..5621fb9 100644 --- a/src/emap/init.c +++ b/src/emap/init.c @@ -108,7 +108,6 @@ HPExport void plugin_init (void) addScriptCommand("movecam", "ii", moveCam); addScriptCommand("restorecam", "", restoreCam); addScriptCommand("npctalk3", "s", npcTalk3); - addScriptCommand("closedialog", "", closeDialog); addScriptCommand("closeclientdialog", "", closeClientDialog); addScriptCommand("shop", "s", shop); addScriptCommand("getitemlink", "v*", getItemLink); |