Replace usages of ISharedNotifyManager and IServerNotifyManager with extension methods (#1965)
* Replace usages of ISharedNotifyManager and IServerNotifyManager with extension methods * Remove redundant code
This commit is contained in:
@@ -102,7 +102,7 @@ namespace Content.Server.GameObjects.EntitySystems
|
||||
|
||||
if (!InRange(coords, player.Transform.GridPosition))
|
||||
{
|
||||
player.PopupMessage(player, Loc.GetString("You can't reach there!"));
|
||||
player.PopupMessage(Loc.GetString("You can't reach there!"));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user