summaryrefslogtreecommitdiff
path: root/crystal.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-20 04:32:39 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-20 04:32:39 -0500
commitf4da55e93f6211fe2be2f523d92fcb7338cf09b9 (patch)
tree643db87d7dfbf5aaa06552ba8cb384b928881249 /crystal.py
parent7634addf823078ab67b7b82c6869f32b49c08c97 (diff)
don't add TrainerGroupTable to future dumps
original-commit-id: 1286f37a855aa5e7fca62698847c8d1f6b98a1b7
Diffstat (limited to 'crystal.py')
-rw-r--r--crystal.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/crystal.py b/crystal.py
index 49c54be..2baaba2 100644
--- a/crystal.py
+++ b/crystal.py
@@ -8104,8 +8104,8 @@ def run_main():
find_trainer_ids_from_scripts()
# and parse the main TrainerGroupTable once we know the max number of trainers
- global trainer_group_table
- trainer_group_table = TrainerGroupTable()
+ #global trainer_group_table
+ #trainer_group_table = TrainerGroupTable()
# improve duplicate trainer names
make_trainer_group_name_trainer_ids()