mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
EditionTracking
This commit is contained in:
@@ -43,10 +43,11 @@ def initializeEditions():
|
||||
|
||||
else:
|
||||
if line.startswith("[tokens]"):
|
||||
# Hopefully tokens are last in the print sheet ordering
|
||||
metadata = True
|
||||
continue
|
||||
|
||||
if line.startswith("#"):
|
||||
if line.startswith("#") or line.startswith("["):
|
||||
continue
|
||||
|
||||
if line:
|
||||
|
||||
Reference in New Issue
Block a user