Skip to content

Commit

Permalink
prevent entering back into multi with a null profile
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 29, 2018
1 parent afb7ca6 commit 6268b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/Til Death/Scripts/02 Branches.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6268b34

Please sign in to comment.