add https to valid url

This commit is contained in:
Nordup 2025-08-20 02:46:40 +07:00
parent 5b4cacfcc4
commit cea98c332d
5 changed files with 1344 additions and 9 deletions

View file

@ -54,5 +54,4 @@ func hide_message() -> void:
func reload_gate() -> void:
var location = history.get_current()
if Url.is_valid(location):
gate_events.open_gate_emit(location)
gate_events.open_gate_emit(location)