1.8 fix
This commit is contained in:
parent
f3e94cc035
commit
40138b6914
@ -184,7 +184,7 @@ public class GearManager extends MiniPlugin implements IPacketHandler, Runnable
|
|||||||
.registerTypeAdapterFactory(customItemType)
|
.registerTypeAdapterFactory(customItemType)
|
||||||
.create();
|
.create();
|
||||||
|
|
||||||
packetHandler.addPacketHandler(this);
|
packetHandler.addPacketHandler(this, PacketPlayOutSetSlot.class, PacketPlayOutWindowItems.class);
|
||||||
|
|
||||||
plugin.getServer().getScheduler().runTaskTimer(plugin, this, 1l, 1l);
|
plugin.getServer().getScheduler().runTaskTimer(plugin, this, 1l, 1l);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user