Merge pull request #3827 from deathbeam/disable-osb

Disable OSB prices by default
This commit is contained in:
Tomas Slusny
2018-06-17 03:56:19 +02:00
committed by GitHub

View File

@@ -65,6 +65,6 @@ public interface GrandExchangeConfig extends Config
) )
default boolean enableOsbPrices() default boolean enableOsbPrices()
{ {
return true; return false;
} }
} }