File tree Expand file tree Collapse file tree
ReboundLogParser/ReboundLogParser Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -324,7 +324,8 @@ public double SumPlayerStats(Player player)
324324 player . Stats . ContributedGoals +
325325 player . Stats . FaceoffsLost +
326326 player . Stats . FaceoffsWon +
327- player . Stats . GamesPlayed +
327+ // This stat is broken, do not use!!
328+ //player.Stats.GamesPlayed +
328329 player . Stats . GameWinningGoals +
329330 player . Stats . Goals +
330331 player . Stats . Losses +
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "6.3.0 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "6.3.0 .0" ) ]
35+ [ assembly: AssemblyVersion ( "6.3.1 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "6.3.1 .0" ) ]
You can’t perform that action at this time.
0 commit comments