fixed github bug

This commit is contained in:
DerTyp187
2021-11-03 07:46:31 +01:00
parent c1711713b9
commit fa0a7fc9cf
16 changed files with 996 additions and 189 deletions

View File

@@ -11,6 +11,6 @@ public class HostBtnScript : MonoBehaviour
public void HostServer()
{
NetworkClient.ConnectHost();
GameObject.Find("GameManager").GetComponent<JoinLeaveManager>().Host();
}
}