From 48dec1d5bf29bc546c3e1a42599c95e12f5b749f Mon Sep 17 00:00:00 2001 From: tpart Date: Mon, 19 Aug 2024 19:31:49 +0200 Subject: Remove error message; Occurs due to historical reasons --- client/game.gd | 3 --- 1 file changed, 3 deletions(-) (limited to 'client') diff --git a/client/game.gd b/client/game.gd index ef40c083..5d14cdc8 100644 --- a/client/game.gd +++ b/client/game.gd @@ -92,9 +92,6 @@ func _ready(): data_updated.emit() ) - if player_id == -1: - push_error("multiplayer has not been initialized") - mp.add_player.connect(func(player: int, player_name: String, pos: Vector2, character: int): var player_instance: Player if player == player_id: -- cgit v1.2.3-70-g09d2