summaryrefslogtreecommitdiff
path: root/src/emap/init.c
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-06 22:40:10 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-06 22:40:10 -0300
commitdd18ef8db4336b323ed8d77c315a76829c2e7ce9 (patch)
tree2d46d6a7b41f6c9e077ca28a194fcae11e4164e5 /src/emap/init.c
parent6af862b9b807afec3c55ecd9f57db218717faf68 (diff)
downloadevol-hercules-dd18ef8db4336b323ed8d77c315a76829c2e7ce9.tar.gz
evol-hercules-dd18ef8db4336b323ed8d77c315a76829c2e7ce9.tar.bz2
evol-hercules-dd18ef8db4336b323ed8d77c315a76829c2e7ce9.tar.xz
evol-hercules-dd18ef8db4336b323ed8d77c315a76829c2e7ce9.zip
Add support to make API updates with PYTHON_LOGS if set.
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 af4c22e..834f3ae 100644
--- a/src/emap/init.c
+++ b/src/emap/init.c
@@ -245,6 +245,7 @@ HPExport void plugin_init (void)
addScriptCommand("getskillname", "i", getskillname);
addScriptCommand("bgnew", "siiss", bgnew);
addScriptCommand("bgjoin", "isii?", bgjoin);
+ addScriptCommand("apicall", "is", apicall);
// Overrides
addScriptCommand("debugmes","v*",debugmes);