From: Pieter-Jan Briers Date: Tue, 25 Mar 2025 17:53:19 +0000 (+0100) Subject: Enable parallel Pow3r solver on Vulture (#36079) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=981eb42979f2e5db4c452642f2af7447db81cb8b;p=space-station-14.git Enable parallel Pow3r solver on Vulture (#36079) See if it still causes issues. --- 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