mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Fix async spawn issue on spigot
This commit is contained in:
parent
7f6fec5530
commit
4e131d9a54
@ -241,7 +241,15 @@ public class IrisWorldManager extends EngineAssignedWorldManager {
|
||||
}
|
||||
}
|
||||
|
||||
spawn(c, v);
|
||||
try
|
||||
{
|
||||
spawn(c, v);
|
||||
}
|
||||
|
||||
catch(Throwable e)
|
||||
{
|
||||
J.s(() -> spawn(c, v));
|
||||
}
|
||||
}
|
||||
//@done
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user