fixed mappings

This commit is contained in:
creeper123123321 2019-11-15 12:30:47 -03:00
parent bd0ce3dd71
commit f9165a1b64

View File

@ -23,6 +23,7 @@ public class Protocol1_15To1_14_4 extends Protocol {
protected void registerPackets() {
new MetadataRewriter1_15To1_14_4(this);
MappingData.init();
EntityPackets.register(this);
PlayerPackets.register(this);
WorldPackets.register(this);