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:
Winkarst-cpu
2024-07-10 02:48:56 +03:00
committed by GitHub
parent 7a66da31c7
commit c57009b646

View File

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