From 7b45169d8d1e12766d8dbdff0b115db5e9806ffd Mon Sep 17 00:00:00 2001 From: Dawid Bepierszcz <41084667+daffyyyy@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:42:20 +0100 Subject: [PATCH] Update WeaponPaints.cs Typo --- WeaponPaints.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeaponPaints.cs b/WeaponPaints.cs index f5c890a6..2840ce0b 100644 --- a/WeaponPaints.cs +++ b/WeaponPaints.cs @@ -226,8 +226,8 @@ public class WeaponPaints : BasePlugin, IPluginConfig var skeleton = GetSkeletonInstance(weapon.CBodyComponent.SceneNode); skeleton.ModelState.MeshGroupMask = 2; } + } catch(Exception) {} }); - } catch(Exception) {} } public void GiveKnifeToPlayer(CCSPlayerController player) {