default unsafe UI values to config option

This commit is contained in:
James Seibel
2025-11-08 17:41:07 -06:00
parent c374bf7ca8
commit 27fb629c22
@@ -98,7 +98,7 @@ public class ConfigHandler
* Disables the minimum and maximum validation. <Br>
* Fun to use, but should be disabled by default.
*/
public boolean runMinMaxValidation = true;
public boolean runMinMaxValidation = Config.Client.Advanced.Debugging.allowUnsafeValues.get();