Remove "Maple" prefix from packet handler names

This commit is contained in:
P0nk
2021-09-06 20:50:35 +02:00
parent b99dc7c27d
commit 1532f66bdf
165 changed files with 349 additions and 347 deletions

View File

@@ -22,11 +22,11 @@
package net.server.handlers;
import client.MapleClient;
import net.MaplePacketHandler;
import net.PacketHandler;
import net.packet.InPacket;
import tools.PacketCreator;
public class CustomPacketHandler implements MaplePacketHandler {
public class CustomPacketHandler implements PacketHandler {
@Override
public void handlePacket(InPacket p, MapleClient c) {
if (p.available() > 0 && c.getGMLevel() == 4) {//w/e