HMI-Studios / CivCloneJS

3 stars 1 forks source link

Bugfix [SEVERE]: Empty Server IP #73

Closed kjniemela closed 2 years ago

kjniemela commented 2 years ago

When the server IP stored in local storage is set to the empty string, the game will enter a broken state from which it can not be recovered without resetting the server IP manually through the console. This is likely due to an uncaught error generated by attempting to connect to wss://, which is not a legal URL.