mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 23:01:07 +00:00
Fix async spawn issue on spigot
This commit is contained in:
@@ -241,8 +241,16 @@ public class IrisWorldManager extends EngineAssignedWorldManager {
|
||||
}
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
spawn(c, v);
|
||||
}
|
||||
|
||||
catch(Throwable e)
|
||||
{
|
||||
J.s(() -> spawn(c, v));
|
||||
}
|
||||
}
|
||||
//@done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user