mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-27 13:25:32 +00:00
2.2c
- Minor changes - Updated translations - Updated css
This commit is contained in:
@@ -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"]))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user