remove nonsense comment

This commit is contained in:
JohnCorby 2022-07-09 21:06:33 -07:00
parent f4543eca55
commit 2708f29386

View File

@ -138,7 +138,6 @@ namespace NewHorizons.Builder.Props
sectorGroup.SetSector(sector);
}
// TODO: Make this work or smthng
if (component is GhostIK ik) ik.enabled = false;
if (component is GhostEffects effects) effects.enabled = false;