godarklight / DarkMultiPlayer

DarkMultiPlayer - A multiplayer mod for Kerbal Space Program
MIT License
280 stars 120 forks source link

Messages: fix SERVER_SETTINGS missage by adding missing fields. #338

Closed awdAvenger closed 9 years ago

awdAvenger commented 9 years ago

The fields reentryHeatScale and resourceAbundance were not sent to the client, so it would fail to connect in version 0.2.2.1.

Xinayder commented 9 years ago

Thanks. When I made the 1.0 gameplay settings commit, I totally forgot about adding it to ServerSettings.cs, but since few people play DMP with career (I came to this conclusion because if we had many people who play career we'd have fixed this sooner), it went unnoticed.

godarklight commented 9 years ago

We'll also have to bump PROTOCOL_VERSION and push it as 0.2.3.0 ;)