fix uplink flickering (#3764)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
parent
a2fbdd737f
commit
b99d6198a6
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue