mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 09:32:38 +00:00
remove ship blacklist
This commit is contained in:
parent
a250a222a0
commit
d3085e7c37
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user