We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ce04b commit 354d8c0Copy full SHA for 354d8c0
nml/global_constants.py
@@ -1503,7 +1503,7 @@ def print_stats():
1503
# Ids FE and FF have special meanings in Action3, so we do not consider them valid ids.
1504
generic.print_info("Cargo translation table: {}/{}".format(len(cargo_numbers), 0xFE))
1505
if len(badge_numbers) > 0:
1506
- generic.print_info("Badge translation table: {}/{}".format(len(cargo_numbers), 0x10000))
+ generic.print_info("Badge translation table: {}/{}".format(len(badge_numbers), 0xFFFF))
1507
if not is_default_railtype_table:
1508
generic.print_info("Railtype translation table: {}/{}".format(len(railtype_table), 0x100))
1509
if not is_default_roadtype_table:
0 commit comments