mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 00:32:43 +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 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;
|
||||
compatMod = NEW_HORIZONS_COMPAT;
|
||||
missingCompat = true;
|
||||
}
|
||||
}*/
|
||||
|
||||
if (missingCompat)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user