mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-26 09:13:27 -07:00
Update worlds/Files.py
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
This commit is contained in:
@@ -357,7 +357,7 @@ class APTokenMixin:
|
||||
Stores a token to be used by patching.
|
||||
"""
|
||||
if not getattr(self, "tokens", None):
|
||||
self.tokens = list()
|
||||
self.tokens = []
|
||||
self.tokens.append((token_type, offset, data))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user