mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-30 23:43:20 -07:00
Update Files.py
This commit is contained in:
@@ -358,7 +358,7 @@ class APTokenMixin:
|
||||
"""
|
||||
Stores a token to be used by patching.
|
||||
"""
|
||||
if not hasattr(self, "tokens"):
|
||||
if not hasattr(self, "_tokens"):
|
||||
self._tokens = []
|
||||
self._tokens.append((token_type, offset, data))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user