Prediction of Acquistion Slip error message (#37442)

* Fix to repeated error messages writing on slip

* Changing from Predicted to Client.
This commit is contained in:
Qerd 2025-05-13 22:56:50 -07:00 committed by deltanedas
parent 71ca657d9f
commit fdd28640f8
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public sealed class PaperSystem : EntitySystem
if (entity.Comp.EditingDisabled)
{
var paperEditingDisabledMessage = Loc.GetString("paper-tamper-proof-modified-message");
_popupSystem.PopupEntity(paperEditingDisabledMessage, entity, args.User);
_popupSystem.PopupClient(paperEditingDisabledMessage, entity, args.User);
args.Handled = true;
return;