Set outside prediction flags on system/inputs to work without prediction.
This needs to be gone through more thoroughly but it works somewhat.
This commit is contained in:
@@ -20,6 +20,8 @@ namespace Content.Shared.StatusEffect
|
||||
{
|
||||
base.Initialize();
|
||||
|
||||
UpdatesOutsidePrediction = true;
|
||||
|
||||
SubscribeLocalEvent<StatusEffectsComponent, ComponentGetState>(OnGetState);
|
||||
SubscribeLocalEvent<StatusEffectsComponent, ComponentHandleState>(OnHandleState);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user