Skip to content

Commit

Permalink
Fixed an oopsie from the previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherCommander committed Jul 18, 2020
1 parent 4f19c98 commit ba63810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Entities/PlayerEntity.m
Original file line number Diff line number Diff line change
Expand Up @@ -3309,7 +3309,7 @@ - (BOOL) checkEntityForMassLock:(Entity *)ent withScanClass:(int)theirClass
}
else if (theirClass != CLASS_NO_DRAW)
{
if (EXPECT_NOT (entIsCloakedShip)
if (EXPECT_NOT (entIsCloakedShip))
{
theirClass = CLASS_NO_DRAW;
}
Expand Down

0 comments on commit ba63810

Please sign in to comment.