codlocker / werewolves-go

Werewolves Game implementation in Golang
GNU General Public License v3.0
0 stars 0 forks source link

macOS/Linux client not connecting bug #23

Closed jthak002 closed 6 months ago

jthak002 commented 6 months ago

fixed bug for linux/macOS where in case of not entering the username for bin/client the client would hang indefinitely causing the client to enter the for loop continuously - could not be caught in windows because the USER env variable does not exist causing the client on windows to prompt the user correctly