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:
@@ -25,7 +25,7 @@ public class INMS
|
||||
|
||||
private static final String getNMSTag()
|
||||
{
|
||||
if(IrisSettings.get().disableNMS)
|
||||
if(IrisSettings.get().getGeneral().isDisableNMS())
|
||||
{
|
||||
return "BUKKIT";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user