Skip to content

Commit

Permalink
Log global net vigilance regularly
Browse files Browse the repository at this point in the history
  • Loading branch information
pledbrook committed Dec 28, 2021
1 parent b5b2504 commit ef6555c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ function bool Update(XComGameState NewGameState)

if (class'X2StrategyGameRulesetDataStructures'.static.LessThan(NextUpdateTime, `STRATEGYRULES.GameTime))
{
`LWTrace(" >>>>> Net global vigilance = " $ GetNetVigilance());
//`LOG("Alien Activity Manager : Updating, CurrentTime=" $
//class'X2StrategyGameRulesetDataStructures'.static.GetTimeString(`STRATEGYRULES.GameTime) $ ":" $ class'X2StrategyGameRulesetDataStructures'.static.GetDateString(`STRATEGYRULES.GameTime) $
//", NextUpdateTime=" $ class'X2StrategyGameRulesetDataStructures'.static.GetTimeString(NextUpdateTime) $ ":" $ class'X2StrategyGameRulesetDataStructures'.static.GetDateString(NextUpdateTime));
Expand Down

0 comments on commit ef6555c

Please sign in to comment.