summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-07-15 23:00:26 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-07-15 23:00:26 +0200
commit672d695c02ab05e3c7c295911e9e9720d4f07d23 (patch)
tree9ab6deebe431515cafa69c32b5a36b4257014b27 /weapon/global.m4.conf
parent6729a19b6faed2755dd7d799fb180bdf01206144 (diff)
Get it to compile again, to work on the balancer...
Diffstat (limited to 'weapon/global.m4.conf')
-rw-r--r--weapon/global.m4.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/weapon/global.m4.conf b/weapon/global.m4.conf
index 867f313..5f01d79 100644
--- a/weapon/global.m4.conf
+++ b/weapon/global.m4.conf
@@ -15,7 +15,7 @@ m4_define(`__WEAPON_ERLANG_STYLE',`from_id (<<"`$1'">>) ->
is_primary = $3,
range_min = $4,
range_max = $5,
- omnimods = __OMNIMODS($6, $7, $8, $9)
+ omnimods = __OMNIMODS($6, $7, $8)
};
')m4_dnl
m4_define(`__WEAPON_USE_ERLANG_STYLE',
@@ -30,7 +30,7 @@ m4_define(`__WEAPON_JSON_STYLE',` {
"pri": $3,
"rmi": $4,
"rma": $5,
- "omni": __OMNIMODS($6, $7, $8, $9)
+ "omni": __OMNIMODS($6, $7, $8)
},
')m4_dnl
m4_define(`__WEAPON_USE_JSON_STYLE',