Closed valkyrienyanko closed 4 years ago
Solved.
The following is a bad example of how to kick a connection.
connections[connectionID] = default(NetworkConnection);
The following is a good example of how to kick a connection.
connections[connectionID].Disconnect(Driver);
Steps to reproduce