Disabled AFK kick during Tournament
This commit is contained in:
parent
b432c094d9
commit
0ce3b3fb2d
@ -40,6 +40,9 @@ public class IdleManager implements Listener
|
||||
if (event.getType() != UpdateType.FAST)
|
||||
return;
|
||||
|
||||
if (Manager.IsTournamentServer())
|
||||
return;
|
||||
|
||||
if (Manager.GetGame() == null)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user