mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
f
This commit is contained in:
parent
04c44de145
commit
d28899ae84
@ -125,17 +125,6 @@ public abstract class EngineAssignedWorldManager extends EngineAssignedComponent
|
||||
|
||||
@EventHandler
|
||||
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())) {
|
||||
onChunkLoad(e.getChunk(), e.isNewChunk());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user