mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 00:32:43 +00:00
Update QSBNetworkManager.cs
This commit is contained in:
parent
a4b7deb322
commit
50b2a40113
@ -260,8 +260,6 @@ public class QSBNetworkManager : NetworkManager, IAddComponentOnStart
|
|||||||
|
|
||||||
public override void OnServerAddPlayer(NetworkConnectionToClient connection) // Called on the server when a client joins
|
public override void OnServerAddPlayer(NetworkConnectionToClient connection) // Called on the server when a client joins
|
||||||
{
|
{
|
||||||
connection.Disconnect();
|
|
||||||
|
|
||||||
DebugLog.DebugWrite("OnServerAddPlayer", MessageType.Info);
|
DebugLog.DebugWrite("OnServerAddPlayer", MessageType.Info);
|
||||||
base.OnServerAddPlayer(connection);
|
base.OnServerAddPlayer(connection);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user