Slightly faster default CMods (250, 450).

This commit is contained in:
Colby Klein
2011-07-03 11:01:53 -07:00
parent 91e8758e54
commit f63fa335f2
@@ -68,7 +68,7 @@ local function ParseSpeedModFile(path)
return mods
else
-- error; write a fallback mod file and return it
local fallbackString = "0.5x,1x,1.5x,2x,3x,4x,8x,C200,C400,m550"
local fallbackString = "0.5x,1x,1.5x,2x,3x,4x,8x,C250,C450,m550"
Trace("[CustomSpeedMods]: Could not read SpeedMods; writing fallback to "..path)
file:Open(path, 2)
file:Write(fallbackString)