remove nh compat check

This commit is contained in:
_nebula 2023-07-28 18:12:15 +01:00
parent 7be49b1b8e
commit b2ffd372c0

View File

@ -294,12 +294,12 @@ public class QSBCore : ModBehaviour
var compatMod = ""; var compatMod = "";
var missingCompat = false; var missingCompat = false;
if (Helper.Interaction.ModExists(NEW_HORIZONS) && !Helper.Interaction.ModExists(NEW_HORIZONS_COMPAT)) /*if (Helper.Interaction.ModExists(NEW_HORIZONS) && !Helper.Interaction.ModExists(NEW_HORIZONS_COMPAT))
{ {
mainMod = NEW_HORIZONS; mainMod = NEW_HORIZONS;
compatMod = NEW_HORIZONS_COMPAT; compatMod = NEW_HORIZONS_COMPAT;
missingCompat = true; missingCompat = true;
} }*/
if (missingCompat) if (missingCompat)
{ {