9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 10:09:14 +00:00

Dont warn

This commit is contained in:
Daniel Mills
2020-09-06 03:19:55 -04:00
parent 036dc289d5
commit 7cd268bb4c

View File

@@ -39,8 +39,7 @@ public class NMSCreator
catch(Throwable e)
{
e.printStackTrace();
Iris.warn("Failed to load NMS Spawn for MC:" + Iris.nmsTag() + ". Using Bukkit...");
}
return Bukkit.createWorld(creator);