mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-21 03:01:17 +00:00
Fix silly copy/paste type error
This commit is contained in:
parent
03186b242e
commit
82d66c5cf5
1 changed files with 1 additions and 1 deletions
|
@ -2622,7 +2622,7 @@ float(float wep) GetWepSkin = {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
loat(float wep) EqualNonPapWeapon =
|
float(float wep) EqualNonPapWeapon =
|
||||||
{
|
{
|
||||||
|
|
||||||
switch (wep) {
|
switch (wep) {
|
||||||
|
|
Loading…
Reference in a new issue