From f63fa335f2df515cf406d8a1d0f8acf8f4abaa88 Mon Sep 17 00:00:00 2001 From: Colby Klein Date: Sun, 3 Jul 2011 11:01:53 -0700 Subject: [PATCH] Slightly faster default CMods (250, 450). --- Themes/_fallback/Scripts/03 CustomSpeedMods.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/03 CustomSpeedMods.lua b/Themes/_fallback/Scripts/03 CustomSpeedMods.lua index 5d9ed9cabc..093edcd2fb 100644 --- a/Themes/_fallback/Scripts/03 CustomSpeedMods.lua +++ b/Themes/_fallback/Scripts/03 CustomSpeedMods.lua @@ -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)