Remove static ILocalizationManager resolves. (#17392)

This commit is contained in:
Leon Friedrich
2023-06-17 13:57:32 +12:00
committed by GitHub
parent 78043682b9
commit ef0248cd78
5 changed files with 9 additions and 16 deletions

View File

@@ -61,7 +61,7 @@ namespace Content.Server.Chat
/// <summary>
/// If not handled, does the default suicide, which is biting your own tongue
/// </summary>
private static void DefaultSuicideHandler(EntityUid victim, SuicideEvent suicideEvent)
private void DefaultSuicideHandler(EntityUid victim, SuicideEvent suicideEvent)
{
if (suicideEvent.Handled)
return;