Skip to content

Commit

Permalink
add dps meter snapshot to dungeon data
Browse files Browse the repository at this point in the history
  • Loading branch information
imjangkar committed Aug 6, 2024
1 parent cf4504f commit cfd7fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/albibong/classes/event_handler/world_data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def set_dungeon_status(
WorldDataUtils.start_current_dungeon(
world_data, type=check_map.type, name=check_map.name
)
elif "DUNGEON" in map_type_splitted or "HELLGATE" in map_type_splitted:
elif "DUNGEON" in map_type_splitted:
WorldDataUtils.start_current_dungeon(
world_data,
type=check_map.type,
Expand Down

0 comments on commit cfd7fe5

Please sign in to comment.