We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1c1d3 commit 2e5015cCopy full SHA for 2e5015c
TeamsLogger.cs
@@ -38,7 +38,7 @@ private bool IsFirstRun()
38
private int LogCurrentTeams()
39
{
40
var teams = RelationshipManager.Instance.teams;
41
- if (!teams?.Any() == true) return 0;
+ if (teams?.Any() != true) return 0;
42
43
foreach (var team in teams)
44
0 commit comments