fix monitor bug where player info wasn't being sent
This commit is contained in:
parent
0ca95eacce
commit
8e5c035675
@ -129,6 +129,7 @@ func _on_input_validated(validated_player: Dictionary) -> void:
|
||||
$MonitorGUI.queue_free()
|
||||
get_tree().paused = false
|
||||
player = validated_player.duplicate(true)
|
||||
game["player"] = player
|
||||
|
||||
|
||||
func _object_created(name: String, state: String, position: Vector2, velocity: Vector2) -> void:
|
||||
|
Loading…
Reference in New Issue
Block a user