Prevent admin get stuck when using bypass command.
This commit is contained in:
parent
c3ee7d5b86
commit
47a9d54ef4
@ -102,6 +102,7 @@ public class RequestBypassToServer implements IClientIncomingPacket
|
|||||||
}
|
}
|
||||||
|
|
||||||
ach.useAdminCommand(_command, player);
|
ach.useAdminCommand(_command, player);
|
||||||
|
player.sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
}
|
}
|
||||||
else if (_command.equals("come_here") && player.isGM())
|
else if (_command.equals("come_here") && player.isGM())
|
||||||
{
|
{
|
||||||
|
@ -102,6 +102,7 @@ public class RequestBypassToServer implements IClientIncomingPacket
|
|||||||
}
|
}
|
||||||
|
|
||||||
ach.useAdminCommand(_command, player);
|
ach.useAdminCommand(_command, player);
|
||||||
|
player.sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
}
|
}
|
||||||
else if (_command.equals("come_here") && player.isGM())
|
else if (_command.equals("come_here") && player.isGM())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user