mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-18 02:41:54 +00:00
1.9b
This commit is contained in:
@@ -160,7 +160,7 @@ namespace WeaponPaints
|
|||||||
pickupCount++;
|
pickupCount++;
|
||||||
g_knifePickupCount[player.Slot] = pickupCount;
|
g_knifePickupCount[player.Slot] = pickupCount;
|
||||||
|
|
||||||
AddTimer(0.3f, () => RefreshWeapons(player));
|
AddTimer(0.2f, () => RefreshWeapons(player));
|
||||||
}
|
}
|
||||||
|
|
||||||
return HookResult.Continue;
|
return HookResult.Continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user