Fix Cache CRC Checks For The Client(Allows Cache To Actually Check For Updates)

This commit is contained in:
Dark98
2021-11-01 01:17:52 +00:00
parent 790cc51d81
commit 6d23a5b536
2 changed files with 31 additions and 14 deletions
@@ -6,8 +6,8 @@ import java.math.BigInteger;
*/
public class ClientSettings {
public static String SNOW_MONTH = ".12";
public static String SNOW_MONTH = ".12";
/**
* The Servers Name
*/
@@ -29,6 +29,12 @@ public class ClientSettings {
* World 2 Will Connect On Port 43598
*/
public static int SERVER_WORLD = 1;
/**
* Enables/Disables FileServer CRC Checking For Cache Updates
*/
public static final boolean CHECK_CRC = true;
/**
* The Npc Bits for the Server
*/