Fix saving zonemaker list updates

Honestly everyone should be using war.zonemaker by now.
This commit is contained in:
Connor Monahan 2018-11-27 18:10:07 -06:00
parent 0dde3acaed
commit 66ef1b9cc2
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ public class ZoneMakerCommand extends AbstractWarCommand {
War.war.log(player.getName() + " made " + other.getName() + " a zonemaker", Level.INFO);
}
}
WarYmlMapper.save();
} else {
return false;
}