From 2bdf35928903cb9a768ea36424424023b5aacfa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= Date: Thu, 20 Aug 2020 16:20:08 +0200 Subject: [PATCH] Fix readyall nullable --- Content.Server/Administration/ReadyAll.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Server/Administration/ReadyAll.cs b/Content.Server/Administration/ReadyAll.cs index a03a5b447e..05d0b48fc8 100644 --- a/Content.Server/Administration/ReadyAll.cs +++ b/Content.Server/Administration/ReadyAll.cs @@ -1,4 +1,5 @@ -using Content.Server.GameTicking; +#nullable enable +using Content.Server.GameTicking; using Content.Server.Interfaces.GameTicking; using Robust.Server.Interfaces.Console; using Robust.Server.Interfaces.Player;