Merge pull request #1507 from tgstation/MrStonedOne-patch-1

Fix server applying the deployment low priority config to live servers and the live server priority config to deployments.
This commit is contained in:
Jordan Dominion
2023-06-02 09:34:32 -04:00
committed by GitHub
@@ -525,7 +525,7 @@ namespace Tgstation.Server.Host.Components.Session
try
{
if (apiValidate)
if (!apiValidate)
{
if (sessionConfiguration.HighPriorityLiveDreamDaemon)
process.AdjustPriority(true);