attempt to remove 40mph/65kph speed limit
This commit is contained in:
parent
f4bc82dd6e
commit
e57fffb033
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
local perf = physenv.GetPerformanceSettings()
|
||||||
|
perf.MaxVelocity = 4000 * 2
|
||||||
|
perf.MaxAngularVelocity = 7200 * 2
|
||||||
|
physenv.SetPerformanceSettings(perf)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user