feat: update changelog

This commit is contained in:
2026-04-24 03:16:49 +08:00
parent c33ff59e70
commit 0de005cda5
6 changed files with 29 additions and 17 deletions
+1 -6
View File
@@ -46,12 +46,7 @@ func _ready() -> void:
status_label.text = "Checking versions..."
# In the editor always skip update check — login screen handles session restore
if OS.has_feature("editor"):
print("[BootScreen] Editor mode — bypassing update check.")
_begin_resource_load()
return
# Let the GameUpdateManager handle Editor mode (it will use the local version.json)
update_manager.check_for_updates()
func _get_update_manager() -> Node: