Merge pull request #3827 from deathbeam/disable-osb
Disable OSB prices by default
This commit is contained in:
@@ -65,6 +65,6 @@ public interface GrandExchangeConfig extends Config
|
|||||||
)
|
)
|
||||||
default boolean enableOsbPrices()
|
default boolean enableOsbPrices()
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user