diff --git a/lua/acf/contraption/seats_sv.lua b/lua/acf/contraption/seats_sv.lua index f239cf0e5..d8dc64544 100644 --- a/lua/acf/contraption/seats_sv.lua +++ b/lua/acf/contraption/seats_sv.lua @@ -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)