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.
2 parents 205b0bb + 3bd3a8e commit c65159bCopy full SHA for c65159b
pkg/demoinfocs/datatables.go
@@ -1389,7 +1389,7 @@ func (p *parser) bindGameRules() {
1389
1390
var winnerState *common.TeamState
1391
var loserState *common.TeamState
1392
- if winner != common.TeamUnassigned {
+ if winner != common.TeamUnassigned && winner != common.TeamSpectators {
1393
winnerState = p.gameState.Team(winner)
1394
loserState = winnerState.Opponent
1395
}
0 commit comments