Fixed zonemakers string being saved as command whitelist string.

This commit is contained in:
taoneill 2011-07-27 21:17:05 -04:00
parent 797ca9246b
commit af381857b7

View File

@ -196,7 +196,7 @@ public class WarMapper {
for (String command : war.getCommandWhitelist()) {
commandWhitelistStr += command + ",";
}
warConfig.setString("commandWhitelist", makersStr);
warConfig.setString("commandWhitelist", commandWhitelistStr);
// defaultLoadout
String defaultLoadoutStr = "";