Change this line in the manage plugin area in the admin:
Code:
if ($totaltoday > intval($vbulletin->maxloggedin['maxvisitors']))
To the following:
Code:
if ($totaltoday < intval($vbulletin->maxloggedin['maxvisitors']))
Let the page run once and then changed it back. haha. Ghetto work around, I know but it reset a bad count to the current number which is what I wanted.