Turned lobby balancer back to US

Added Draw map
This commit is contained in:
Jonathan Williams 2013-11-30 16:38:02 -08:00
parent f4e3b6efdc
commit 27c79e7c92
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -27,7 +27,7 @@ public class LobbyBalancer implements Listener, Runnable
{ {
_plugin = plugin; _plugin = plugin;
_repository = new LobbyBalancerRepository(); _repository = new LobbyBalancerRepository();
_repository.initialize(false); _repository.initialize(true);
loadLobbyServers(); loadLobbyServers();