mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 08:39:04 +00:00
Only Enable Custom Settings Tab If "-qol/-fixes" Arg Is Used (#575)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user