attempt to remove 40mph/65kph speed limit

This commit is contained in:
edshot99 2024-06-01 14:45:03 -05:00
parent f4bc82dd6e
commit e57fffb033

View File

@ -0,0 +1,6 @@
local perf = physenv.GetPerformanceSettings()
perf.MaxVelocity = 4000 * 2
perf.MaxAngularVelocity = 7200 * 2
physenv.SetPerformanceSettings(perf)