Update WeaponPaints.cs

Typo
This commit is contained in:
Dawid Bepierszcz
2023-11-16 20:42:20 +01:00
committed by GitHub
parent 42bd45c3f0
commit 7b45169d8d

View File

@@ -226,8 +226,8 @@ public class WeaponPaints : BasePlugin, IPluginConfig<WeaponPaintsConfig>
var skeleton = GetSkeletonInstance(weapon.CBodyComponent.SceneNode);
skeleton.ModelState.MeshGroupMask = 2;
}
});
} catch(Exception) {}
});
}
public void GiveKnifeToPlayer(CCSPlayerController player)
{