Bug - Fixed KoLmafia attempts to repeatedly visit the rumpus room for a clanless character

My alt DDStashBot is clan-less. When I log in as that character, KoLmafia tries to visit the Rumpus Room, and fails, repeats the request indefinitely, and no amount of typing "abort" in the gCLI or pressing Escape will make it stop.
 

lostcalpolydude

Developer
Staff member
That request only happens
Code:
if ( KoLConstants.clanRumpus.contains( "Mr. Klaw \"Skill\" Crane Game" ) )
which won't be the case if you aren't in a clan. Just tested this on a multi to be sure, and I can't reproduce it.
 

Theraze

Active member
Any chance this is one of those values that doesn't get cleared on a non-full-close character change? We've had issues with various other values that don't get cleaned up, though I think Veracity got most of those several years ago...
 

icon315

Member
I had the same bug yesterday, I haven't been able to reproduce it though. I ended up having my alt join a random clan, then leaving it, and haven't had the same issue again.
 
Top