diff --git a/WeaponPaints.cs b/WeaponPaints.cs index b456565b..54849181 100644 --- a/WeaponPaints.cs +++ b/WeaponPaints.cs @@ -345,6 +345,11 @@ public class WeaponPaints : BasePlugin, IPluginConfig GiveKnifeToPlayer(player); } + if (Config.Additional.SkinVisibilityFix) + { + AddTimer(0.3f, () => RefreshSkins(player)); + } + return HookResult.Continue; } private HookResult OnRoundStart(EventRoundStart @event, GameEventInfo info)