Muhannes / d7038e

Networked Game
0 stars 0 forks source link

GameServer should not be connected to loginserver #15

Closed Muhannes closed 6 years ago

Muhannes commented 6 years ago

This is because a gameServer only needs to have information from lobby server about who it is going to serve. currently all players that have a account can join any server and that is wrong.

Also currently the lobby server gives a name and id to gameServer, this should be replaced with the new Account class instead.

Muhannes commented 6 years ago

fixed