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

@@ -23,7 +23,7 @@ package net.server.channel.handlers;
import client.MapleCharacter;
import client.MapleClient;
import net.AbstractMaplePacketHandler;
import net.AbstractPacketHandler;
import net.packet.InPacket;
import scripting.quest.QuestScriptManager;
import server.life.MapleNPC;
@@ -35,7 +35,7 @@ import java.awt.*;
*
* @author Matze
*/
public final class QuestActionHandler extends AbstractMaplePacketHandler {
public final class QuestActionHandler extends AbstractPacketHandler {
// isNpcNearby thanks to GabrielSin
private static boolean isNpcNearby(InPacket p, MapleCharacter player, MapleQuest quest, int npcId) {