Removal of assorted prefix remnants.

This commit is contained in:
MobiusDevelopment
2020-06-10 01:05:32 +00:00
parent cb7fafa8bb
commit 4c3faebdf0
44 changed files with 104 additions and 104 deletions

View File

@@ -581,7 +581,7 @@ public class AdminPForge implements IAdminCommandHandler
// TODO: Implement me!
// @formatter:off
/*bb.flip();
L2GameClientPacket p = (L2GameClientPacket) GameServer.gameServer.getL2GamePacketHandler().handlePacket(bb, activeChar.getClient());
GameClientPacket p = (GameClientPacket) GameServer.gameServer.getGamePacketHandler().handlePacket(bb, activeChar.getClient());
if (p != null)
{
p.setBuffers(bb, activeChar.getClient(), new NioNetStringBuffer(2000));