Skip to content

Commit 9b3a7cb

Browse files
author
batram
committed
Only remove MorePlayers modifiers on normal online
- Keep all other mods active
1 parent 1ce481e commit 9b3a7cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Patches/MenuPatch.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ static public void Prefix(TabletButton __instance)
4747
{
4848
GameSettings.GetInstance().versionNumber = MorePlayersMod.og_version;
4949
PlayerManager.maxPlayers = 4;
50-
Harmony.UnpatchAll();
51-
MenuPatch.PatchMenu();
50+
Harmony.UnpatchID("notfood.MorePlayers.PlayerNumPatch");
5251
MoreCode.CleanGUI();
5352
}
54-
5553
}
5654
}
5755

0 commit comments

Comments
 (0)