Merge pull request #2959 from devLotto/entityhider-no-hide-npcs

entityhider: don't hide npcs by default
This commit is contained in:
Tomas Slusny
2018-05-19 20:21:54 +02:00
committed by GitHub

View File

@@ -110,7 +110,7 @@ public interface EntityHiderConfig extends Config
)
default boolean hideNPCs()
{
return true;
return false;
}
@ConfigItem(
@@ -121,7 +121,7 @@ public interface EntityHiderConfig extends Config
)
default boolean hideNPCs2D()
{
return true;
return false;
}
@ConfigItem(