parent
70ec12f4f7
commit
6b84a04cde
|
|
@ -682,7 +682,7 @@ namespace Content.Shared.Interaction
|
|||
if (!inRange && popup && _gameTiming.IsFirstTimePredicted)
|
||||
{
|
||||
var message = Loc.GetString("interaction-system-user-interaction-cannot-reach");
|
||||
_popupSystem.PopupEntity(message, origin, origin);
|
||||
_popupSystem.PopupClient(message, origin, origin);
|
||||
}
|
||||
|
||||
return inRange;
|
||||
|
|
|
|||
Loading…
Reference in New Issue