Prevent admin get stuck when using bypass command.

This commit is contained in:
MobiusDevelopment 2021-11-10 22:00:30 +00:00
parent c3ee7d5b86
commit 47a9d54ef4
2 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,7 @@ public class RequestBypassToServer implements IClientIncomingPacket
}
ach.useAdminCommand(_command, player);
player.sendPacket(ActionFailed.STATIC_PACKET);
}
else if (_command.equals("come_here") && player.isGM())
{

View File

@ -102,6 +102,7 @@ public class RequestBypassToServer implements IClientIncomingPacket
}
ach.useAdminCommand(_command, player);
player.sendPacket(ActionFailed.STATIC_PACKET);
}
else if (_command.equals("come_here") && player.isGM())
{