Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
WorldJoin negated if not using mod
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArion committed Jun 1, 2021
1 parent 9867563 commit d7474a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MicSensitivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public override void OnSceneWasLoaded(int buildIndex, string sceneName) // World
case 1:
break;
default:
if (!m_UseMod) return;
MelonCoroutines.Start(WorldJoinedCoroutine());
break;
}
Expand Down

0 comments on commit d7474a5

Please sign in to comment.