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:
parent
33b274c9a8
commit
e31ea299c4
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue