From 31eb6c66c7bb7a6ca5e09b11f96b252d20d21a9e Mon Sep 17 00:00:00 2001 From: Agent X <44549182+Agent-11@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:17:56 -0500 Subject: [PATCH] Turn Coop Compatibility off by default --- src/pc/configfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pc/configfile.c b/src/pc/configfile.c index e5416255..8b38f160 100644 --- a/src/pc/configfile.c +++ b/src/pc/configfile.c @@ -163,7 +163,7 @@ bool configFadeoutDistantSounds = false; unsigned int configDjuiTheme = DJUI_THEME_DARK; bool configDjuiThemeCenter = true; unsigned int configDjuiScale = 0; -bool configCoopCompatibility = true; +bool configCoopCompatibility = false; static const struct ConfigOption options[] = { {.name = "fullscreen", .type = CONFIG_TYPE_BOOL, .boolValue = &configWindow.fullscreen},