Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
thecraftianman committed Dec 30, 2023
1 parent a4b3761 commit 6f504a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/acf/contraption/seats_sv.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ hook.Add("OnEntityCreated", "ACF_SeatLegality", function(Entity)
if not IsValid(Driver) then return end
Driver:ExitVehicle()
end
PrintTable(Entity:GetTable())

if not ACF.VehicleLegalChecks then return end

ACF.CheckLegal(Entity)
Expand Down

0 comments on commit 6f504a9

Please sign in to comment.