Remove "Maple" prefix from packet handler names
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package net.server.handlers.login;
|
||||
|
||||
import client.MapleClient;
|
||||
import net.AbstractMaplePacketHandler;
|
||||
import net.AbstractPacketHandler;
|
||||
import net.packet.InPacket;
|
||||
import tools.PacketCreator;
|
||||
|
||||
@@ -9,7 +9,7 @@ import tools.PacketCreator;
|
||||
*
|
||||
* @author kevintjuh93
|
||||
*/
|
||||
public final class AcceptToSHandler extends AbstractMaplePacketHandler {
|
||||
public final class AcceptToSHandler extends AbstractPacketHandler {
|
||||
|
||||
@Override
|
||||
public boolean validateState(MapleClient c) {
|
||||
|
||||
Reference in New Issue
Block a user