Fix borg's popup spam (#29861)
Fix borg popup spam Co-authored-by: Winkarst-cpu <Winkarst@users.noreply.github.com>
This commit is contained in:
parent
032b3f80cb
commit
9cbb019dcd
|
|
@ -365,7 +365,7 @@ public sealed class LockSystem : EntitySystem
|
|||
{
|
||||
args.Cancel();
|
||||
if (lockComp.Locked)
|
||||
_sharedPopupSystem.PopupEntity(Loc.GetString("entity-storage-component-locked-message"), uid, args.User);
|
||||
_sharedPopupSystem.PopupClient(Loc.GetString("entity-storage-component-locked-message"), uid, args.User);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue