In League TSN_15442, one of the teams has exceeded the salary cap by over $3mil (in an $80mil league).
The league needs to be reset since the manager decided to not correct it or the 11 other managers should be issued a credit.
This is absolutely BS. The manager has a 1000+ rating and over 145 teams, so the newbie argument doesn't play. [color=red:6b6127129d] [b:6b6127129d](REVISED - researching the manager on the board has led me to info he has had health problems in the past, so if that has occurred again I apologize, I sincerely hope he is not having more problems)[/b:6b6127129d][/color:6b6127129d]
[color=red:6b6127129d][b:6b6127129d]REVISED II - OK, I yield on the question about expecting the manager to show good sportsmanship, the rule as stated allows this, HOWEVER I DO NOT move from my position that TSN should spend the 10 minutes to make code changes to the autodraft to prevent this or the 5 minutes to code a check before a league kicks off to hold the league until the manager fixes the overage. Stating that "IT CAN HAPPEN" in the rules is an excuse for not resolving the problem. Either there IS a salary cap or there ISN'T.[/b:6b6127129d][/color:6b6127129d]
TSN, how do you let this kind of stuff happen.
Here's the code:
For i = 1 to numTeams
If [TeamSalary(i)] > [LeagueSalaryStructure] Then
Call SuspendLeague([LeagueID])
End if
Next i
A wasted team credit.
:x