Files
OpenRA/OpenRA.Mods.Common/DiscordService.cs
RoosterDragon 0c22499534 Fix NREs in DiscordService.
Handle the client being null. Previously, a service could be created with a null client. This would leads to NREs when invoking the static Update methods. Now we guard against a null client.
2024-02-07 15:18:55 +02:00

5.7 KiB