PopupSystem public methods rejig (#12830)
This commit is contained in:
@@ -130,7 +130,7 @@ namespace Content.Server.Pointing.EntitySystems
|
||||
|
||||
if (!InRange(player, coords))
|
||||
{
|
||||
_popup.PopupEntity(Loc.GetString("pointing-system-try-point-cannot-reach"), player, Filter.Entities(player));
|
||||
_popup.PopupEntity(Loc.GetString("pointing-system-try-point-cannot-reach"), player, player);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user