Hi, I have a mod that uses PlanningExtended.Designators.PlanWallsDesignator to draw a cross shape at the center of the map. It does so by calling PlanWallsDesignator.DesignateMultiCell(CentralCross);. However, after updating to version 1.6 of this mod, the method no longer results in any plan being drawn on the map, and there are no error logs either. Am I calling it incorrectly?
Here's the link to my mod: Steam Mod and GitHub