mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Fix issue #2.
This commit is contained in:
@@ -24,9 +24,6 @@ import org.apollo.game.event.impl.UpdateSkillEvent;
|
||||
import org.apollo.game.event.impl.UpdateSlottedItemsEvent;
|
||||
import org.apollo.net.meta.PacketMetaDataGroup;
|
||||
import org.apollo.net.release.Release;
|
||||
import org.apollo.net.release.r377.FirstNpcActionEventDecoder;
|
||||
import org.apollo.net.release.r377.SecondNpcActionEventDecoder;
|
||||
import org.apollo.net.release.r377.ThirdNpcActionEventDecoder;
|
||||
|
||||
/**
|
||||
* An implementation of {@link Release} for the 317 protocol.
|
||||
@@ -147,4 +144,4 @@ public final class Release317 extends Release {
|
||||
register(DisplayTabInterfaceEvent.class, new DisplayTabInterfaceEventEncoder());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user