3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-16 01:01:21 +02:00
Dieser Commit ist enthalten in:
creeper123123321 2019-11-15 12:30:47 -03:00
Ursprung bd0ce3dd71
Commit f9165a1b64

Datei anzeigen

@ -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);