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