mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-05 07:00:00 +00:00
1.9c
- Some changes
This commit is contained in:
@@ -164,7 +164,6 @@ namespace WeaponPaints
|
||||
|
||||
g_playersKnife[player.Slot] = knifeKey;
|
||||
|
||||
|
||||
if (g_bCommandsAllowed && (LifeState_t)player.LifeState == LifeState_t.LIFE_ALIVE)
|
||||
RefreshWeapons(player);
|
||||
|
||||
@@ -225,7 +224,6 @@ namespace WeaponPaints
|
||||
{
|
||||
if (!Utility.IsPlayerValid(p)) return;
|
||||
|
||||
|
||||
string steamId = p.SteamID.ToString();
|
||||
var firstSkin = skinsList?.FirstOrDefault(skin =>
|
||||
{
|
||||
@@ -393,7 +391,6 @@ namespace WeaponPaints
|
||||
player!.Print(Localizer["wp_glove_menu_select", selectedPaintName]);
|
||||
}
|
||||
|
||||
|
||||
if (weaponSync != null)
|
||||
{
|
||||
Task.Run(async () =>
|
||||
@@ -408,7 +405,6 @@ namespace WeaponPaints
|
||||
gPlayerWeaponsInfo[playerInfo.Slot][weaponDefindex].Paint = paint;
|
||||
gPlayerWeaponsInfo[playerInfo.Slot][weaponDefindex].Wear = 0.00f;
|
||||
gPlayerWeaponsInfo[playerInfo.Slot][weaponDefindex].Seed = 0;
|
||||
|
||||
});
|
||||
}
|
||||
RefreshGloves(player);
|
||||
|
||||
Reference in New Issue
Block a user