Fixed Alt+G show player status.

This commit is contained in:
MobiusDevelopment
2019-11-13 13:31:49 +00:00
parent cb98e043cb
commit 4806fc7a45

View File

@@ -71,7 +71,7 @@ public class RequestGMCommand implements IClientIncomingPacket
case 1: // player status case 1: // player status
{ {
client.sendPacket(new GMViewCharacterInfo(player)); client.sendPacket(new GMViewCharacterInfo(player));
// client.sendPacket(new GMHennaInfo(player)); HighFive client.sendPacket(new GMHennaInfo(player));
break; break;
} }
case 2: // player clan case 2: // player clan