File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ func main() {
44
44
switch e .Winner {
45
45
case common .TeamTerrorists :
46
46
// Winner's score + 1 because it hasn't actually been updated yet
47
- fmt .Printf ("Round finished: winnerSide=T ; score=%d:%d\n " , gs .TeamTerrorists ().Score ()+ 1 , gs .TeamCounterTerrorists ().Score ())
47
+ fmt .Printf ("Round finished: winnerSide=T ; score=%d:%d\n " , gs .TeamTerrorists ().Score (), gs .TeamCounterTerrorists ().Score ())
48
48
case common .TeamCounterTerrorists :
49
- fmt .Printf ("Round finished: winnerSide=CT ; score=%d:%d\n " , gs .TeamCounterTerrorists ().Score ()+ 1 , gs .TeamTerrorists ().Score ())
49
+ fmt .Printf ("Round finished: winnerSide=CT ; score=%d:%d\n " , gs .TeamCounterTerrorists ().Score (), gs .TeamTerrorists ().Score ())
50
50
default :
51
51
// Probably match medic or something similar
52
52
fmt .Println ("Round finished: No winner (tie)" )
You can’t perform that action at this time.
0 commit comments