9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-23 17:19:16 +00:00

Entity spawns

This commit is contained in:
Daniel Mills
2020-11-14 22:27:37 -05:00
parent e0fc4b9443
commit 44d86bc350
17 changed files with 265 additions and 106 deletions

View File

@@ -64,7 +64,7 @@ public class Iris extends VolmitPlugin
public static int getThreadCount()
{
int tc = IrisSettings.get().forceThreadCount;
int tc = IrisSettings.get().getForceThreadCount();
if(tc <= 0)
{
@@ -407,7 +407,7 @@ public class Iris extends VolmitPlugin
public void splash()
{
if(!IrisSettings.get().isSplash())
if(!IrisSettings.get().isSplashLogoStartup())
{
return;
}