mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-14 22:20:51 +00:00
typo
This commit is contained in:
parent
a48ad1f067
commit
4c725bfacc
@ -132,7 +132,7 @@ public class Server
|
||||
var result = SteamNetworkingSockets.CloseConnection(conn, 0, "disconnected by server", false);
|
||||
if (result != true)
|
||||
{
|
||||
_transport.Log($"[warn] flush {conn.ToDebugString()} returned {result}");
|
||||
_transport.Log($"[warn] close {conn.ToDebugString()} returned {result}");
|
||||
}
|
||||
_conns.Remove(conn);
|
||||
// its not an error for us to disconnect a client intentionally
|
||||
|
Loading…
x
Reference in New Issue
Block a user