mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 10:42:46 +00:00
fix: disable java GUI by default
as to not conflict with the iggy UI
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
option('enable_java_guis',
|
option('enable_java_guis',
|
||||||
type : 'boolean',
|
type : 'boolean',
|
||||||
value : true,
|
value : false,
|
||||||
description : 'Re-enable the Java UI remnants in the code (for testing only)')
|
description : 'Re-enable the Java UI remnants in the code (for testing only)')
|
||||||
|
|
||||||
option('enable_vsync',
|
option('enable_vsync',
|
||||||
|
|||||||
Reference in New Issue
Block a user