Closed HG-Dev closed 6 years ago
Line 35 on VoluntarilyJoinableLordsStarter.cs has a division operation that can result in a DivideByZeroError if the map has no colonists on it. I suggest adding a pawn count check to the (map.IsPlayerHome) check.
Line 35 on VoluntarilyJoinableLordsStarter.cs has a division operation that can result in a DivideByZeroError if the map has no colonists on it. I suggest adding a pawn count check to the (map.IsPlayerHome) check.