fix missing final declaration

This commit is contained in:
Gerrygames 2019-05-14 10:27:55 +02:00
parent 2e37175dc2
commit 6e4516272b

View File

@ -14,7 +14,7 @@ import us.myles.ViaVersion.protocols.protocol1_14_1to1_14.storage.EntityTracker1
public class EntityPackets {
public static void register(Protocol protocol) {
public static void register(final Protocol protocol) {
// Spawn Mob
protocol.registerOutgoing(State.PLAY, 0x03, 0x03, new PacketRemapper() {