diff --git a/Content.Shared/_DV/Reputation/ReputationSystem.cs b/Content.Shared/_DV/Reputation/ReputationSystem.cs index 5eddf1631d..8cfeb47c3a 100644 --- a/Content.Shared/_DV/Reputation/ReputationSystem.cs +++ b/Content.Shared/_DV/Reputation/ReputationSystem.cs @@ -210,6 +210,7 @@ public sealed class ReputationSystem : EntitySystem NextUnlock = _timing.CurTime + ent.Comp.AcceptDelay }; Dirty(ent); + UpdateUI(ent); continue; } @@ -219,9 +220,8 @@ public sealed class ReputationSystem : EntitySystem Title = _contract.ContractName(objective) }; Dirty(ent); + UpdateUI(ent); } - - UpdateUI(ent); } ///