konstructs / server

A voxel based game server.
http://www.konstructs.org
MIT License
49 stars 12 forks source link

Send error message on invalid client version #124

Closed petterarvidsson closed 8 years ago

petterarvidsson commented 8 years ago

@nsg This pull uses the new error message (introduced by https://github.com/konstructs/client/pull/180) to communicate that the protocol version is invalid.

nsg commented 8 years ago

@petterarvidsson nice with a clean way for the server to send these type of messages to the user.