Handlers read from InPacket instead of SeekableLittleEndianAccessor
This commit is contained in:
@@ -23,7 +23,7 @@ package net.server.channel.handlers;
|
||||
|
||||
import client.MapleClient;
|
||||
import net.AbstractMaplePacketHandler;
|
||||
import tools.data.input.SeekableLittleEndianAccessor;
|
||||
import net.packet.InPacket;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -31,6 +31,6 @@ import tools.data.input.SeekableLittleEndianAccessor;
|
||||
*/
|
||||
public final class InnerPortalHandler extends AbstractMaplePacketHandler {
|
||||
@Override
|
||||
public final void handlePacket(SeekableLittleEndianAccessor slea, MapleClient c) {
|
||||
public final void handlePacket(InPacket p, MapleClient c) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user