From 8cfb698c677e45a0cb1676cc1955891501617cca Mon Sep 17 00:00:00 2001 From: peelz Date: Mon, 5 Jun 2023 18:36:03 -0400 Subject: [PATCH] Fix upstream CS9104 compile error This should let us build the project again while we wait for the upstream fix. --- .../ClientSource/Networking/ServerList/PingUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Barotrauma/BarotraumaClient/ClientSource/Networking/ServerList/PingUtils.cs b/Barotrauma/BarotraumaClient/ClientSource/Networking/ServerList/PingUtils.cs index 56138ec83..259399b16 100644 --- a/Barotrauma/BarotraumaClient/ClientSource/Networking/ServerList/PingUtils.cs +++ b/Barotrauma/BarotraumaClient/ClientSource/Networking/ServerList/PingUtils.cs @@ -53,7 +53,7 @@ namespace Barotrauma.Networking } } - private readonly ref struct LobbyDataChangedEventHandler + private readonly struct LobbyDataChangedEventHandler : IDisposable { private readonly Action action;