bjones3 / webMinigame

Webgame built with pure Javascript and Python http://www.gardensim.club/
0 stars 0 forks source link

Messages appear twice #45

Closed phblj closed 7 years ago

phblj commented 7 years ago

Some messages are printed by the client, then again when the server replies that it was successful in performing the action. We should only print each message once, ideally when we're sure it went through if possible.