View Issue Details

IDProjectCategoryLast Update
0025676AI War 2Bug - OtherOct 18, 2021 4:07 am
Reportertom.prince Assigned To 
Severitytweak 
Status newResolutionopen 
Product VersionBeta 3.712 Loading Hotfix 
Summary0025676: The code to create missing spire centerpieces is broken.
DescriptionThe code in RecalculateSpireCityMobileFleetContents_MainThreadSimOnly to handle missing centerpieces has a bit of code like

if ( mobileFlagship == null ) {
    mobileFlagship = GameEntity_Squad.CreateNew_ReturnNullIfMPClient( mobileFlagship.PlanetFaction, ...)
}

which doesn't work, since there isn't a 'PlanetFaction' if 'mobileFlagship' is null. This probably can't be triggered normally, but I ran into it working on the patches in 0025675.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
Oct 18, 2021 4:07 am tom.prince New Issue