remove ship blacklist

This commit is contained in:
Mister_Nebula 2021-04-12 11:44:33 +01:00
parent a250a222a0
commit d3085e7c37

View File

@ -45,10 +45,6 @@ namespace QSB.SectorSync.WorldObjects
return false;
}
if (Type == Sector.Name.Ship)
{
return false;
}
if (AttachedObject.name == "Sector_Shuttle" || AttachedObject.name == "Sector_NomaiShuttleInterior")
{
if (QSBSceneManager.CurrentScene == OWScene.SolarSystem)