Make timer ignore client predict setting (#26554)

* Make timer ignore client predict setting

* making tests run

---------

Co-authored-by: wrexbe <wrexbe@protonmail.com>
This commit is contained in:
Wrexbe (Josh)
2024-03-30 18:26:41 -07:00
committed by GitHub
parent 7130d1ca2f
commit 8676aad583

View File

@@ -62,6 +62,8 @@ public sealed class TextScreenSystem : VisualizerSystem<TextScreenVisualsCompone
SubscribeLocalEvent<TextScreenVisualsComponent, ComponentInit>(OnInit);
SubscribeLocalEvent<TextScreenTimerComponent, ComponentInit>(OnTimerInit);
UpdatesOutsidePrediction = true;
}
private void OnInit(EntityUid uid, TextScreenVisualsComponent component, ComponentInit args)