mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
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:
@@ -525,7 +525,7 @@ namespace Tgstation.Server.Host.Components.Session
|
||||
|
||||
try
|
||||
{
|
||||
if (apiValidate)
|
||||
if (!apiValidate)
|
||||
{
|
||||
if (sessionConfiguration.HighPriorityLiveDreamDaemon)
|
||||
process.AdjustPriority(true);
|
||||
|
||||
Reference in New Issue
Block a user