Make timer ignore client predict setting (#26554)

* Make timer ignore client predict setting

* making tests run

---------

Co-authored-by: wrexbe <wrexbe@protonmail.com>
(cherry picked from commit 8676aad583ad7104151bf22932da86a87cb52c5a)
This commit is contained in:
Wrexbe (Josh) 2024-03-30 18:26:41 -07:00 committed by NullWanderer
parent 33b274c9a8
commit e31ea299c4
No known key found for this signature in database
GPG Key ID: 65CF92BD1D26F4AC
1 changed files with 2 additions and 0 deletions

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)