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