server: fixed bug that caused host client to disconnect when leaving lobby if they were the only connected client in the lobby
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class_name GameClient
|
||||
extends Node
|
||||
|
||||
@export var web_client: WebClientTCP
|
||||
|
||||
var is_host: bool = false
|
||||
|
||||
func start_game() -> void:
|
||||
web_client.start_game()
|
||||
Reference in New Issue
Block a user