12 lines
238 B
Diff
12 lines
238 B
Diff
|
--- src/bzfs/bzfsAPI.cxx
|
||
|
+++ src/bzfs/bzfsAPI.cxx
|
||
|
@@ -1782,7 +1782,7 @@
|
||
|
for ( int i =0; i < NumTeams; i++)
|
||
|
{
|
||
|
team[i].team.won = 0;
|
||
|
- team[teamIndex].team.lost = 0;
|
||
|
+ team[i].team.lost = 0;
|
||
|
sendTeamUpdate(-1,i);
|
||
|
}
|
||
|
}
|