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:
@@ -115,7 +115,7 @@ namespace Content.Server.GameObjects.Components.Mobs
|
||||
hands.StopPull();
|
||||
break;
|
||||
default:
|
||||
player.PopupMessage(player, msg.Effect.ToString());
|
||||
player.PopupMessage(msg.Effect.ToString());
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user