not baaad

This commit is contained in:
33333-33333 2026-06-25 22:30:35 +09:00
commit fbdac9ebf1
44 changed files with 2152 additions and 454 deletions

View file

@ -378,7 +378,7 @@ def check_current_save_format() -> None:
save_storage = read_text(ROOT / "js/save_storage.js")
restore_coordinator = read_text(ROOT / "js/restore_coordinator.js")
required_snapshot = [
"const SNAPSHOT_VERSION = 4",
"const SNAPSHOT_VERSION = 5",
"a: \"tj1\"",
"function compactWorld",
"function compactTarinai",