Update QSBNetworkManager.cs

This commit is contained in:
_nebula 2023-03-08 13:20:47 +00:00
parent a4b7deb322
commit 50b2a40113

View File

@ -260,8 +260,6 @@ public class QSBNetworkManager : NetworkManager, IAddComponentOnStart
public override void OnServerAddPlayer(NetworkConnectionToClient connection) // Called on the server when a client joins
{
connection.Disconnect();
DebugLog.DebugWrite("OnServerAddPlayer", MessageType.Info);
base.OnServerAddPlayer(connection);