]> git.deb.at Git - rhonda/impostor.git/commitdiff
Force a build
authorAeonLucid <aeonlucid@gmail.com>
Sat, 26 Sep 2020 21:00:49 +0000 (23:00 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Sat, 26 Sep 2020 21:00:49 +0000 (23:00 +0200)
src/Impostor.Server/Net/State/Game.cs

index 4ffcb7b4eb88036d130f8f99f7e3c9cf4d711a23..57a94a6150bcf327d83278b01571ee0473498215 100644 (file)
@@ -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;
                 }