From 6268b3433921929d6d54ad2c583ab26278187aea Mon Sep 17 00:00:00 2001 From: "born a rick, raised a morty, died a jerry" Date: Thu, 29 Nov 2018 11:19:44 -0500 Subject: [PATCH] prevent entering back into multi with a null profile --- Themes/Til Death/Scripts/02 Branches.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/Til Death/Scripts/02 Branches.lua b/Themes/Til Death/Scripts/02 Branches.lua index aed00d7011..0835f0ac31 100644 --- a/Themes/Til Death/Scripts/02 Branches.lua +++ b/Themes/Til Death/Scripts/02 Branches.lua @@ -136,8 +136,8 @@ Branch = { if not IsSMOnlineLoggedIn(PLAYER_1) then return "ScreenNetSelectProfile" else - return "ScreenNetRoom" -- cant do this, we need to select a local profile even - end -- if logged into smo -mina + return "ScreenNetSelectProfile" --return "ScreenNetRoom" -- cant do this, we need to select a local profile even + end -- if logged into smo -mina else return "ScreenNetworkOptions" end