Removed afk kick from arcade.
This commit is contained in:
parent
0094c0ebeb
commit
3603d3ef8b
@ -422,7 +422,8 @@ public class GameManager implements Listener
|
||||
{
|
||||
if (player.isDead())
|
||||
{
|
||||
player.kickPlayer("Kicked for being AFK");
|
||||
player.sendMessage(F.main("Afk Monitor", "You are being sent to the Lobby for being AFK."));
|
||||
Manager.GetPortal().SendPlayerToServer(player, "Lobby");
|
||||
}
|
||||
else if (!game.IsPlaying(player))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user