We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ece77 commit d8d69cbCopy full SHA for d8d69cb
HouseRules.Configuration/HouseRulesConfigurationBase.cs
@@ -15,7 +15,7 @@ internal static class HouseRulesConfigurationBase
15
internal const string ModName = "HouseRules.Configuration";
16
internal const string ModAuthor = "DemeoMods Team";
17
18
- private const int NonVrSteamLobbySceneIndex = 1;
+ private const int NonVrSteamLobbySceneIndex = 2;
19
private const int NonVrCombinedSteamLobbySceneIndex = 3;
20
21
private static Action<object>? _logInfo;
0 commit comments