mirror of
https://github.com/taoneill/war.git
synced 2025-01-23 07:41:21 +01:00
Merge branch 'master' into commandHandler
This commit is contained in:
commit
8f6c895d05
@ -196,7 +196,7 @@ public class WarMapper {
|
||||
for (String command : War.war.getCommandWhitelist()) {
|
||||
commandWhitelistStr += command + ",";
|
||||
}
|
||||
warConfig.setString("commandWhitelist", makersStr);
|
||||
warConfig.setString("commandWhitelist", commandWhitelistStr);
|
||||
|
||||
// defaultLoadout
|
||||
String defaultLoadoutStr = "";
|
||||
|
Loading…
Reference in New Issue
Block a user