diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/map/battle.conf b/conf/map/battle.conf index f17748fb6..dc978aefc 100644 --- a/conf/map/battle.conf +++ b/conf/map/battle.conf @@ -79,9 +79,7 @@ battle_configuration: { // Anything else that didn't fit anywhere else. // Includes duel, day/night, mute/manner, log settings. @include "conf/map/battle/misc.conf" - - // Your custom config goes here. - @include "conf/import/battle.conf" } +// Your custom config goes here. import: "conf/import/battle.conf" |