We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0c4b0 commit 9bc1cd6Copy full SHA for 9bc1cd6
luarules/gadgets/game_autocolors.lua
@@ -736,7 +736,7 @@ else -- UNSYNCED
736
)
737
738
elseif
739
- not teamColors[allyTeamCount] or not teamColors[allyTeamCount-1][1][#Spring.GetTeamList(allyTeamCount-1)] -- or #Spring.GetTeamList() > 33
+ not teamColors[allyTeamCount] or not teamColors[allyTeamCount][1][#Spring.GetTeamList(allyTeamCount-1)] --or #Spring.GetTeamList() > 30
740
then
741
local color = hex2RGB(ffaColors[allyTeamID+1] or '#333333')
742
if teamID == gaiaTeamID then
0 commit comments