mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-01 16:19:53 +01:00
Remove unecessary check
This commit is contained in:
parent
c61c55031d
commit
f0e64d992b
@ -91,7 +91,6 @@ public class WorldListener implements Listener {
|
||||
|
||||
Chunk chunk = event.getChunk();
|
||||
|
||||
if(chunk != null)
|
||||
mcMMO.getPlaceStore().chunkUnloaded(chunk.getX(), chunk.getZ(), event.getWorld());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user