fix open_gate url

This commit is contained in:
Nordup 2023-06-18 12:08:21 +04:00
parent 6d00c9ecc2
commit a0ffdccadd

View file

@ -14,7 +14,7 @@ var current_gate: Gate
func open_gate_emit(url: String) -> void:
current_gate_url = Url.fix_gate_url(url)
open_gate.emit(url)
open_gate.emit(current_gate_url)
func search_pressed_emit(url: String) -> void: