mirror of
https://github.com/taoneill/war.git
synced 2024-11-23 18:55:28 +01:00
Fixed zonemakers string being saved as command whitelist string.
This commit is contained in:
parent
797ca9246b
commit
af381857b7
@ -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 = "";
|
||||
|
Loading…
Reference in New Issue
Block a user