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:
@@ -63,7 +63,7 @@ namespace Content.Server.GameObjects.Components.MachineLinking
|
||||
{
|
||||
if (transmitter == null)
|
||||
{
|
||||
user.PopupMessage(user, Loc.GetString("Signal not set."));
|
||||
user.PopupMessage(Loc.GetString("Signal not set."));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user