디버깅용 로그 제거
This commit is contained in:
@@ -39,11 +39,10 @@ namespace Northbound
|
||||
}
|
||||
|
||||
ConfigureTransport("0.0.0.0", port);
|
||||
|
||||
|
||||
if (!NetworkManager.Singleton.IsServer && !NetworkManager.Singleton.IsClient)
|
||||
{
|
||||
NetworkManager.Singleton.StartHost();
|
||||
Debug.Log($"[NetworkConnectionHelper] Started Host on port {port}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user