Initializing session for gumpy13 ...
Removing the space at the end seems to have fixed the problem.I have no idea how you're managing that, but there's clearly an extra space here, too:
api.php is returning your username without a space. Either way, I am entirely unable to reproduce this.
Dumb potential fix: in KoLCharacter.reset( final String userName ), trim whitespace before doing anything else.
Hmm. should we trim names or otherwise assure that they conform to KoL requirements?I have no idea how you're managing that, but there's clearly an extra space here, too:
api.php is returning your username without a space. Either way, I am entirely unable to reproduce this.
Dumb potential fix: in KoLCharacter.reset( final String userName ), trim whitespace before doing anything else.