Remove dead line

This commit is contained in:
TheMode 2021-04-11 14:55:27 +02:00
parent 2f53388b9f
commit 3b37987f15

View File

@ -463,7 +463,6 @@ public class Entity implements Viewable, EventHandler, DataContainer, Permission
}
// Check if the entity chunk is loaded
final Chunk currentChunk = getChunk();
if (!ChunkUtils.isLoaded(currentChunk)) {
// No update for entities in unloaded chunk
return;