06-12-2012, 05:38 PM
|
#39
|
|
All Star Reserve
Join Date: Feb 2003
Location: Orange, CA
Posts: 569
|
Quote:
Originally Posted by Getch
Looks like there is a bug. I have the max AB's at 100, but it should be 130. That caused him to fall of the ballot.
Change the line in AWAdmin:
if ($self->{stats}->{$id}->{TAB} < 100) {
to
if ($self->{stats}->{$id}->{TAB} < 130) {
To fix. I'll have it fixed in the next update. Thanks for finding this.
|
Perfect. Thanks!
|
|
|