fix uplink flickering (#3764)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas 2025-05-15 18:52:57 +01:00 committed by GitHub
parent a2fbdd737f
commit b99d6198a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
/// <summary>