From: Wrexbe (Josh) <81056464+wrexbe@users.noreply.github.com> Date: Sun, 31 Mar 2024 01:26:41 +0000 (-0700) Subject: Make timer ignore client predict setting (#26554) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8676aad583ad7104151bf22932da86a87cb52c5a;p=space-station-14.git Make timer ignore client predict setting (#26554) * Make timer ignore client predict setting * making tests run --------- Co-authored-by: wrexbe --- diff --git a/Content.Client/TextScreen/TextScreenSystem.cs b/Content.Client/TextScreen/TextScreenSystem.cs index a736933d0f..b4d67f5f21 100644 --- a/Content.Client/TextScreen/TextScreenSystem.cs +++ b/Content.Client/TextScreen/TextScreenSystem.cs @@ -62,6 +62,8 @@ public sealed class TextScreenSystem : VisualizerSystem(OnInit); SubscribeLocalEvent(OnTimerInit); + + UpdatesOutsidePrediction = true; } private void OnInit(EntityUid uid, TextScreenVisualsComponent component, ComponentInit args)