diff options
Diffstat (limited to 'client/game.gd')
| -rw-r--r-- | client/game.gd | 3 | 
1 files changed, 0 insertions, 3 deletions
| 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: | 
