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);