From 4806fc7a45537cd0268f6b35c9bc7b1f9d44cfaf Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Wed, 13 Nov 2019 13:31:49 +0000 Subject: [PATCH] Fixed Alt+G show player status. --- .../gameserver/network/clientpackets/RequestGMCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/clientpackets/RequestGMCommand.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/clientpackets/RequestGMCommand.java index a5c2a651bc..b2ed12edff 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/clientpackets/RequestGMCommand.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/clientpackets/RequestGMCommand.java @@ -71,7 +71,7 @@ public class RequestGMCommand implements IClientIncomingPacket case 1: // player status { client.sendPacket(new GMViewCharacterInfo(player)); - // client.sendPacket(new GMHennaInfo(player)); HighFive + client.sendPacket(new GMHennaInfo(player)); break; } case 2: // player clan