Add a treat for samczsun

This commit is contained in:
Sam 2017-02-07 00:17:26 +00:00
parent 44d4fb9d60
commit e76ce9dce2

View File

@ -59,6 +59,7 @@ public class WorldListeners implements Listener
@EventHandler
public void chunkUnload(ChunkUnloadEvent event)
{
// Sam don't you dare look here, I understand the implications of this but entities, can I just save by UUID? or does not doing this have bigger complications?.
event.setCancelled(true);
}