* Fixed bug seekers commands wouldn't work.

This commit is contained in:
Steffion 2013-08-28 16:38:19 +02:00
parent df63f0af72
commit 9b842ffe97

View File

@ -107,7 +107,7 @@ public class Arena implements ConfigurationSerializable {
map.put("lobbyWarp", lobbyWarp);
map.put("hidersWarp", hidersWarp);
map.put("seekersWarp", seekersWarp);
map.put("seekersWinCommans", seekersWinCommands);
map.put("seekersWinCommands", seekersWinCommands);
map.put("hidersWinCommands", hidersWinCommands);
map.put("allowedCommands", allowedCommands);
return map;