Fix a crash when updating the DiscordPresence party size

This commit is contained in:
abcdefg30
2020-08-23 13:38:00 +02:00
committed by teinarss
parent 183ece1360
commit 1a77f7320b
2 changed files with 18 additions and 1 deletions

View File

@@ -784,6 +784,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
{
if (!skirmishMode)
DiscordService.UpdatePlayers(numberOfPlayers, slots);
DiscordService.UpdateDetails(mapTitle);
}
}