remove sector error. its ok

This commit is contained in:
JohnCorby 2023-02-03 18:40:20 -08:00
parent 78b0143feb
commit a6e190ffd8

View File

@ -425,9 +425,6 @@ namespace NewHorizons.Builder.Props
private IEnumerator Start()
{
if (!Sector)
Logger.LogError($"Prop {name} has physics but no sector! Will fall through things when surrounding area is unloaded");
yield return new WaitForSeconds(.1f);
var parentBody = GetComponentInParent<OWRigidbody>();