Merge pull request #52 from Lugghawk/development

#51 - playerCanDrive is no longer being overridden to true
This commit is contained in:
mrSkortch
2020-06-22 03:05:46 -06:00
committed by GitHub
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