Does not exist

This commit is contained in:
Noah Pilarski 2022-07-18 14:03:12 -04:00
parent 84b00e58c9
commit 86e37c5fd4

View File

@ -92,9 +92,6 @@ namespace NewHorizons.Handlers
DisableBody(SearchUtilities.Find("FocalBody"), delete); DisableBody(SearchUtilities.Find("FocalBody"), delete);
DisableBody(SearchUtilities.Find("SandFunnel_Body"), delete); DisableBody(SearchUtilities.Find("SandFunnel_Body"), delete);
break; break;
case AstroObject.Name.MapSatellite:
DisableBody(SearchUtilities.Find("MapSatellite_Body"), delete);
break;
case AstroObject.Name.GiantsDeep: case AstroObject.Name.GiantsDeep:
// Might prevent leftover jellyfish from existing // Might prevent leftover jellyfish from existing
// Might also prevent people from using their own jellyfish however // Might also prevent people from using their own jellyfish however