fixing if syntax
This commit is contained in:
parent
a8bebd65aa
commit
d0d45bea7a
@ -28,7 +28,7 @@ public:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if !(player->HasItemCount(90001, 1, false))
|
if ((player->HasItemCount(90001, 1, false))))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user