davedotluebke / old-skool-text-game

Coding project used to learn Python
5 stars 4 forks source link

webclient connection improvements #167

Open davedotluebke opened 4 years ago

davedotluebke commented 4 years ago

When you first open the webclient and hit "enter" it is supposed to try the last four servers you entered, in order, but apparently instead it always tries a hardcoded choice (currently localhost) first before trying the most recent servers stored in the cookie.

In general this file could use some cleanup.