From 981eb42979f2e5db4c452642f2af7447db81cb8b Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 25 Mar 2025 18:53:19 +0100 Subject: [PATCH] Enable parallel Pow3r solver on Vulture (#36079) See if it still causes issues. --- Resources/ConfigPresets/WizardsDen/vulture.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/ConfigPresets/WizardsDen/vulture.toml b/Resources/ConfigPresets/WizardsDen/vulture.toml index 8eccfa48e1..0e89f63741 100644 --- a/Resources/ConfigPresets/WizardsDen/vulture.toml +++ b/Resources/ConfigPresets/WizardsDen/vulture.toml @@ -14,3 +14,6 @@ force_client_hud_version_watermark = true [chat] motd = "\n########################################################\n\n[font size=17]This is a test server. You can play with the newest changes to the game, but these [color=red]changes may not be final or stable[/color], and may be reverted. Please report bugs via our GitHub, forum, or community Discord.[/font]\n\n########################################################\n" + +[debug] +pow3r_disable_parallel = false -- 2.51.2