From f6a697780ba45df606d4535205ac4532f87fbc3c Mon Sep 17 00:00:00 2001 From: chaos <72168435+qtchaos@users.noreply.github.com> Date: Fri, 29 Dec 2023 00:00:27 +0200 Subject: [PATCH] Remove lwjgl debugging arg (#959) --- theseus/src/launcher/args.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/theseus/src/launcher/args.rs b/theseus/src/launcher/args.rs index 286a4a499..a49c2b748 100644 --- a/theseus/src/launcher/args.rs +++ b/theseus/src/launcher/args.rs @@ -148,7 +148,6 @@ pub fn get_jvm_arguments( parsed_arguments.push(arg); } } - parsed_arguments.push("-Dorg.lwjgl.util.Debug=true".to_string()); Ok(parsed_arguments) }