Skip to content

Commit

Permalink
ошибочка
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyDarkFox committed Sep 15, 2024
1 parent 91ffe59 commit e0931de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public override bool IsValid(JobPrototype job, HumanoidCharacterProfile profile,
}

#if LPP_Sponsors
if (sponsorTier >= 5 !whitelisted)
if (sponsorTier >= 5 && !whitelisted)
{
reason = null;
return true;
Expand Down Expand Up @@ -232,7 +232,7 @@ public override bool IsValid(JobPrototype job, HumanoidCharacterProfile profile,
}

#if LPP_Sponsors
if (sponsorTier >= 5 !whitelisted)
if (sponsorTier >= 5 && !whitelisted)
{
reason = null;
return true;
Expand Down

0 comments on commit e0931de

Please sign in to comment.