Misc 1.13 progress

This commit is contained in:
Jonas Herzig
2019-02-28 17:12:25 +01:00
parent 1470123ec9
commit 1e584769af
7 changed files with 189 additions and 9 deletions

View File

@@ -383,7 +383,6 @@ public class FullReplaySender extends ChannelDuplexHandler implements ReplaySend
//$$ if (entity.addedToChunk && world.getChunkProvider().chunkExists(chunkX, chunkY)) {
//#endif
//#if MC>=11300
//#else
world.getChunk(chunkX, chunkY).removeEntity(entity);
//#else
//$$ world.getChunkFromChunkCoords(chunkX, chunkY).removeEntity(entity);