Go to the correct select style/difficulty screens when caution is off.
This commit is contained in:
@@ -11,7 +11,7 @@ end
|
|||||||
|
|
||||||
function ScreenCautionBranch()
|
function ScreenCautionBranch()
|
||||||
if PREFSMAN:GetPreference("ShowCaution") then return "ScreenCaution" end
|
if PREFSMAN:GetPreference("ShowCaution") then return "ScreenCaution" end
|
||||||
return "ScreenSelectStyle"
|
return "ScreenSelectStyle2"
|
||||||
end
|
end
|
||||||
|
|
||||||
function ScreenSelectGroupBranch()
|
function ScreenSelectGroupBranch()
|
||||||
|
|||||||
Reference in New Issue
Block a user