* Fixed setting killToken won't save.
This commit is contained in:
parent
2b72469f32
commit
4b6235d548
@ -122,6 +122,7 @@ public class Arena implements ConfigurationSerializable {
|
|||||||
map.put("allowedCommands", allowedCommands);
|
map.put("allowedCommands", allowedCommands);
|
||||||
map.put("seekersTokenWin", seekersTokenWin);
|
map.put("seekersTokenWin", seekersTokenWin);
|
||||||
map.put("hidersTokenWin", hidersTokenWin);
|
map.put("hidersTokenWin", hidersTokenWin);
|
||||||
|
map.put("killTokens", killTokens);
|
||||||
return map;
|
return map;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user