9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-30 20:39:21 +00:00

Fix Parallax & update settings

This commit is contained in:
Daniel Mills
2021-01-01 22:54:17 -05:00
parent fcf8a80b0a
commit 9d634ba4d7
15 changed files with 42 additions and 103 deletions

View File

@@ -25,7 +25,7 @@ public class INMS
private static final String getNMSTag()
{
if(IrisSettings.get().disableNMS)
if(IrisSettings.get().getGeneral().isDisableNMS())
{
return "BUKKIT";
}