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:
@@ -62,6 +62,8 @@ public sealed class TextScreenSystem : VisualizerSystem<TextScreenVisualsCompone
|
|||||||
|
|
||||||
SubscribeLocalEvent<TextScreenVisualsComponent, ComponentInit>(OnInit);
|
SubscribeLocalEvent<TextScreenVisualsComponent, ComponentInit>(OnInit);
|
||||||
SubscribeLocalEvent<TextScreenTimerComponent, ComponentInit>(OnTimerInit);
|
SubscribeLocalEvent<TextScreenTimerComponent, ComponentInit>(OnTimerInit);
|
||||||
|
|
||||||
|
UpdatesOutsidePrediction = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnInit(EntityUid uid, TextScreenVisualsComponent component, ComponentInit args)
|
private void OnInit(EntityUid uid, TextScreenVisualsComponent component, ComponentInit args)
|
||||||
|
|||||||
Reference in New Issue
Block a user