Update WeaponPaints.cs

This commit is contained in:
daffyyyy
2023-11-25 23:17:56 +01:00
parent 01542a7dc6
commit fe5cc9a82a

View File

@@ -345,6 +345,11 @@ public class WeaponPaints : BasePlugin, IPluginConfig<WeaponPaintsConfig>
GiveKnifeToPlayer(player); GiveKnifeToPlayer(player);
} }
if (Config.Additional.SkinVisibilityFix)
{
AddTimer(0.3f, () => RefreshSkins(player));
}
return HookResult.Continue; return HookResult.Continue;
} }
private HookResult OnRoundStart(EventRoundStart @event, GameEventInfo info) private HookResult OnRoundStart(EventRoundStart @event, GameEventInfo info)