PopupSystem public methods rejig (#12830)
This commit is contained in:
@@ -53,7 +53,7 @@ public sealed class SpraySystem : EntitySystem
|
||||
if (solution.CurrentVolume <= 0)
|
||||
{
|
||||
_popupSystem.PopupEntity(Loc.GetString("spray-component-is-empty-message"), uid,
|
||||
Filter.Entities(args.User));
|
||||
args.User);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user