use issue number instead of pr number

This commit is contained in:
JohnCorby 2023-06-12 17:39:44 -07:00
parent 94220128e1
commit 8e9cd7c3c6

View File

@ -247,7 +247,7 @@ namespace NewHorizons.Builder.Body
Delay.FireOnNextUpdate(() =>
{
// Cull stuff
// this in in the delay because it fixes #588
// this in in the delay because it fixes #562
var cullController = go.AddComponent<BrambleSectorController>();
cullController.SetSector(sector);