mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-27 06:29:55 -07:00
Archipidle: Fix forgotten version increment when a new item was added
This commit is contained in:
@@ -25,7 +25,7 @@ class ArchipIDLEWorld(World):
|
|||||||
"""
|
"""
|
||||||
game = "ArchipIDLE"
|
game = "ArchipIDLE"
|
||||||
topology_present = False
|
topology_present = False
|
||||||
data_version = 3
|
data_version = 4
|
||||||
hidden = (datetime.now().month != 4) # ArchipIDLE is only visible during April
|
hidden = (datetime.now().month != 4) # ArchipIDLE is only visible during April
|
||||||
web = ArchipIDLEWebWorld()
|
web = ArchipIDLEWebWorld()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user