Disabled AFK kick during Tournament

This commit is contained in:
Chiss 2014-05-03 17:23:10 +10:00
parent b432c094d9
commit 0ce3b3fb2d
1 changed files with 4 additions and 1 deletions

View File

@ -40,6 +40,9 @@ public class IdleManager implements Listener
if (event.getType() != UpdateType.FAST)
return;
if (Manager.IsTournamentServer())
return;
if (Manager.GetGame() == null)
return;