Only Enable Custom Settings Tab If "-qol/-fixes" Arg Is Used (#575)

This commit is contained in:
Josh Shippam
2023-02-03 00:30:56 +00:00
committed by GitHub
parent 628d8b98da
commit c42dc29f73
3 changed files with 24 additions and 10 deletions
@@ -7,7 +7,6 @@ import java.math.BigInteger;
*/
public class ClientSettings {
public static String SNOW_MONTH = ".12";
/**
* The Servers Name
@@ -43,6 +42,8 @@ public class ClientSettings {
public static final String NAV_MANUAL_LINK = SERVER_WEBSITE;
public static final String NAV_RULES_LINK = SERVER_WEBSITE + "kbase/rules.php";
public static boolean CUSTOM_SETTINGS_TAB = false;
// smooths out lines and sprites on the minimap
public static boolean BILINEAR_MINIMAP_FILTERING = false;