#51 - playerCanDrive is no longer being overridden to true

This commit is contained in:
Acidic 2020-06-06 14:51:05 -04:00
parent 40a186c71d
commit f5706dfad6
2 changed files with 2 additions and 2 deletions

View File

@ -1459,7 +1459,7 @@ do -- the main scope
end
elseif newCat == 'GROUND_UNIT' then
if not unitData.playerCanDrive then
if nil == unitData.playerCanDrive then
unitData.playerCanDrive = true
end

View File

@ -1459,7 +1459,7 @@ do -- the main scope
end
elseif newCat == 'GROUND_UNIT' then
if not unitData.playerCanDrive then
if nil == unitData.playerCanDrive then
unitData.playerCanDrive = true
end