This commit is contained in:
cyberpwn 2021-08-29 10:26:23 -04:00
parent 04c44de145
commit d28899ae84

View File

@ -125,17 +125,6 @@ public abstract class EngineAssignedWorldManager extends EngineAssignedComponent
@EventHandler @EventHandler
public void on(ChunkLoadEvent e) { public void on(ChunkLoadEvent e) {
try
{
throw new RuntimeException("WHO FUCKIN DUN IT?");
}
catch(Throwable ee)
{
ee.printStackTrace();
}
if (e.getChunk().getWorld().equals(getTarget().getWorld().realWorld())) { if (e.getChunk().getWorld().equals(getTarget().getWorld().realWorld())) {
onChunkLoad(e.getChunk(), e.isNewChunk()); onChunkLoad(e.getChunk(), e.isNewChunk());
} }