You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XComTacticalMissionManager.ValidateMissionSchedule fails to fetch XComHQ from the history because History = `XCOMHISTORY; is in an if block that is not reached unless in TQL.
This causes it to completely ignore TacticalGameplayTags there. Easy fix, move History = XCOMHISTORY;` out of the if block.
The text was updated successfully, but these errors were encountered:
XComTacticalMissionManager.ValidateMissionSchedule
fails to fetch XComHQ from the history becauseHistory = `XCOMHISTORY;
is in an if block that is not reached unless in TQL.This causes it to completely ignore TacticalGameplayTags there. Easy fix, move
History =
XCOMHISTORY;` out of the if block.The text was updated successfully, but these errors were encountered: