From 914a214a19c06b73ba48b9a166b36e267d0b2fdb Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 3 Jan 2021 15:34:30 +0100 Subject: [PATCH] Fix setgamepreset command not updating status correctly. --- Content.Server/GameTicking/GameTicker.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Server/GameTicking/GameTicker.cs b/Content.Server/GameTicking/GameTicker.cs index f219fc7c56..7c2568c1a4 100644 --- a/Content.Server/GameTicking/GameTicker.cs +++ b/Content.Server/GameTicking/GameTicker.cs @@ -211,6 +211,8 @@ namespace Content.Server.GameTicking } else { + Preset = null; + if (PlayerManager.PlayerCount == 0) _roundStartCountdownHasNotStartedYetDueToNoPlayers = true; else