Fixed clients not being notified when a campaign is exited and a new one started, causing them to think they still have up-to-date save files for the new campaign and get kicked out due to desync as soon as a round starts. (See #315)

This commit is contained in:
Joonas Rikkonen
2018-03-06 14:18:37 +02:00
parent 8e8b8464af
commit 08ade1dc6f
3 changed files with 28 additions and 4 deletions
@@ -1073,6 +1073,7 @@ namespace Barotrauma.Networking
else
{
outmsg.Write(campaign.LastSaveID);
outmsg.Write(campaign.CampaignID);
outmsg.Write(campaign.LastUpdateID);
}