- Minor changes
- Updated translations
- Updated css
This commit is contained in:
Dawid Bepierszcz
2024-03-09 12:01:25 +01:00
parent 692c22f7d1
commit 77def8a305
16 changed files with 28 additions and 13 deletions

View File

@@ -96,6 +96,12 @@ namespace WeaponPaints
player!.Print(Localizer["wp_info_glove"]);
}
if (Config.Additional.AgentEnabled)
if (!string.IsNullOrEmpty(Localizer["wp_info_agent"]))
{
player!.Print(Localizer["wp_info_agent"]);
}
if (Config.Additional.KnifeEnabled)
if (!string.IsNullOrEmpty(Localizer["wp_info_knife"]))
{