Small changes

- Small changes
- Added `ru` and `pt-br` lang
This commit is contained in:
Dawid Bepierszcz
2024-02-14 01:53:13 +01:00
parent 64803ebff2
commit 8e1a1b2ecf
24 changed files with 115 additions and 122 deletions

View File

@@ -43,7 +43,6 @@ namespace CS2_SimpleAdmin
foreach (CCSPlayerController _player in Helper.GetValidPlayers())
{
using (new WithTemporaryCulture(_player.GetLanguage()))
{
Helper.PrintToCenterAll(_localizer!["sa_admin_vote_message", caller == null ? "Console" : caller.PlayerName, question]);
@@ -91,4 +90,4 @@ namespace CS2_SimpleAdmin
}
}
}
}
}