From d23a718b8bd13fa0e37ed47739fa13ebcd4c489c Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 27 Feb 2011 22:04:14 -0600 Subject: [PATCH] change this to use the string binding --- 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 3b0a905e6f..87275c6ec2 100644 --- a/Themes/_fallback/Scripts/03 CustomSpeedMods.lua +++ b/Themes/_fallback/Scripts/03 CustomSpeedMods.lua @@ -263,7 +263,7 @@ function SpeedMods() Choices = GetSpeedMods(), LoadSelections = function(self, list, pn) - local pMods = GAMESTATE:GetPlayerState(pn):GetPlayerOptions("ModsLevel_Preferred") + local pMods = GAMESTATE:GetPlayerState(pn):GetPlayerOptionsString("ModsLevel_Preferred") for i = 1,table.getn(self.Choices) do if string.find(pMods, self.Choices[i]) then list[i] = true