CFI changeset

This commit is contained in:
Jesse Boyd
2019-11-08 05:27:04 +00:00
parent 82f5c4ebed
commit faa63b0c35
11 changed files with 88 additions and 53 deletions

View File

@ -726,7 +726,7 @@ public class LocalSession implements TextureHolder {
}
}
if (world != null) {
//TODO FIXME Fawe.imp().registerPacketListener();
Fawe.imp().registerPacketListener();
world.update();
}
}