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

@@ -26,7 +26,7 @@ import client.inventory.Item;
import client.inventory.MapleInventoryType;
import client.inventory.manipulator.MapleInventoryManipulator;
import constants.inventory.ItemConstants;
import net.AbstractMaplePacketHandler;
import net.AbstractPacketHandler;
import net.packet.InPacket;
import net.server.Server;
import server.MapleItemInformationProvider;
@@ -41,7 +41,7 @@ import java.util.List;
* @author Jay Estrella
* @author kevintjuh93
*/
public final class ItemRewardHandler extends AbstractMaplePacketHandler {
public final class ItemRewardHandler extends AbstractPacketHandler {
@Override
public final void handlePacket(InPacket p, MapleClient c) {
byte slot = (byte) p.readShort();