When "status" returns "0 active (13 max)", then a line after split() is called trying to int() the "0 active" string and throws ValueError due to invalid literal for int().
Workaround was to replace("active","") prior to split().
Patch attached.
Patch to ignore "active" string in players status line.
Log in to post a comment.
Patch to ignore "active" string in players status line.