Skip to content

Commit

Permalink
etryvoga recon drone
Browse files Browse the repository at this point in the history
  • Loading branch information
v00g100skr committed Nov 6, 2024
1 parent 16c9132 commit 9c19579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/etryvoga/etryvoga.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ async def explosions_data(mc):
explosions_cached_data["states"][region_name] = region_data
case "ROCKET" | "ROCKET_FIRE":
rockets_cached_data["states"][region_name] = region_data
case "DRONE":
case "DRONE" | "RECON_DRONE":
drones_cached_data["states"][region_name] = region_data
case _:
pass
Expand Down

0 comments on commit 9c19579

Please sign in to comment.