Skip to content

Commit

Permalink
Modified according to review
Browse files Browse the repository at this point in the history
  • Loading branch information
silent-lindsay authored and Grimmys committed Jan 12, 2024
1 parent 17df0b8 commit 56a822e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion saves/options.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<options>
<language>zh_cn</language>
<language>en</language>
<move_speed>4</move_speed>
<screen_size>1</screen_size>
</options>
1 change: 0 additions & 1 deletion src/services/load_from_xml_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
CLASSES_DATA_PATH = "data/classes.xml"

from src.services.global_foes import foes_by_mission, link_foe_to_mission
# foes_by_mission: dict[str, list[Foe]] = {}


def load_races() -> dict[str, dict[str, any]]:
Expand Down

0 comments on commit 56a822e

Please sign in to comment.