Make CHECK_CRC Description More Descriptive

This commit is contained in:
Dark98
2021-12-14 01:59:45 +00:00
parent 24e5ad9415
commit 736b3b0ea3
@@ -32,6 +32,7 @@ public class ClientSettings {
/** /**
* Enables/Disables FileServer CRC Checking For Cache Updates * Enables/Disables FileServer CRC Checking For Cache Updates
* FileServer Must Be Running Before Starting The Client If This Is True
*/ */
public static boolean CHECK_CRC = true; public static boolean CHECK_CRC = true;