fixing if syntax

This commit is contained in:
Flerp 2025-11-04 18:50:28 -08:00
parent a8bebd65aa
commit d0d45bea7a

View File

@ -28,7 +28,7 @@ public:
return;
}
if !(player->HasItemCount(90001, 1, false))
if ((player->HasItemCount(90001, 1, false))))
{
return;
}