mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-06 00:39:55 +00:00
remove nh compat check
This commit is contained in:
parent
7be49b1b8e
commit
b2ffd372c0
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user