Not quite yet
It appears for some mods and admins the dupe sessions are still counted and displayed.
Edit: I know what I did wrong. Thank god this is only a beta hack, i would've been dead after the first bug
Find this text (note: it's not its own line, there is text after it)
PHP Code:
$activeusers_bare .= $username
Change it to this:
PHP Code:
$activeusers_bare .= $loggedin['username']
Make sure there's still the . "|||"; after it.
Fixed the text file with the change, but didn't bother updating the version number.