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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user