Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
clyfordv committed Apr 16, 2024
1 parent 0050621 commit ab12516
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/sim/units/components/TransportUnitComponent.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ BaseTransport = ClassSimple {
end
self.CargoVetMass = mass
self.CargoVetNum = num
LOG('CargoVetMass: ' .. mass)
LOG('CargoVetNum: ' .. num)
end
}

0 comments on commit ab12516

Please sign in to comment.