diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-22 09:47:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-22 09:47:24 -0300 |
commit | 8dca6139a7a6b188c5eab7ad96ae9d0f5f37ffd4 (patch) | |
tree | 5db9e2fc1ed3ba10043c375f8b9c0e902dbdb95a /src/emap/init.c | |
parent | b9f9183e3a88181dc2888054a67837d255206676 (diff) | |
download | evol-hercules-8dca6139a7a6b188c5eab7ad96ae9d0f5f37ffd4.tar.gz evol-hercules-8dca6139a7a6b188c5eab7ad96ae9d0f5f37ffd4.tar.bz2 evol-hercules-8dca6139a7a6b188c5eab7ad96ae9d0f5f37ffd4.tar.xz evol-hercules-8dca6139a7a6b188c5eab7ad96ae9d0f5f37ffd4.zip |
Override built-in atcommand() to ensure it'll survive upstream changes.
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 95f9e19..6a34ee6 100644 --- a/src/emap/init.c +++ b/src/emap/init.c @@ -241,6 +241,7 @@ HPExport void plugin_init (void) // Overrides addScriptCommand("debugmes","v*",debugmes); addScriptCommand("countitem","v?",countitem); + addScriptCommand("atcommand","s",atcommand); do_init_langs(); |