From: AeonLucid Date: Sat, 26 Sep 2020 21:00:49 +0000 (+0200) Subject: Force a build X-Git-Tag: v1.1.0~1^2~32 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=1dfebfaa60da18c65667d295fcc49750720bfa6f;p=rhonda%2Fimpostor.git Force a build --- diff --git a/src/Impostor.Server/Net/State/Game.cs b/src/Impostor.Server/Net/State/Game.cs index 4ffcb7b..57a94a6 100644 --- a/src/Impostor.Server/Net/State/Game.cs +++ b/src/Impostor.Server/Net/State/Game.cs @@ -62,7 +62,7 @@ namespace Impostor.Server.Net.State { if (player.Client.Connection.State != ConnectionState.Connected) { - Logger.Warning("[{0}] Tried to sent data to a disconnected player ({1}).", sender?.Client.Id, player.Client.Id); + Logger.Warning("[{0}] Tried to send data to a disconnected player ({1}).", sender?.Client.Id, player.Client.Id); continue; }