Skip to content

Commit d8d69cb

Browse files
authored
Oof... (#556)
Make House Rules menu visible on PC. ;) I honestly might have never noticed the problem without Mex's RoomFinder fix, though...
1 parent 83ece77 commit d8d69cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HouseRules.Configuration/HouseRulesConfigurationBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ internal static class HouseRulesConfigurationBase
1515
internal const string ModName = "HouseRules.Configuration";
1616
internal const string ModAuthor = "DemeoMods Team";
1717

18-
private const int NonVrSteamLobbySceneIndex = 1;
18+
private const int NonVrSteamLobbySceneIndex = 2;
1919
private const int NonVrCombinedSteamLobbySceneIndex = 3;
2020

2121
private static Action<object>? _logInfo;

0 commit comments

Comments
 (0)