Skip to content

Commit

Permalink
Update parsers.py (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
hojlund123 authored May 17, 2024
1 parent ccd57d4 commit 4d7c216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awpy/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ def parse_weapon_fires(events: dict[str, pd.DataFrame]) -> pd.DataFrame:
"user_yaw",
"user_pitch",
"user_last_place_name",
"user_is_strafing",
#"user_is_strafing", #deactivated for now
"user_accuracy_penalty",
"user_health",
"user_armor_value",
Expand Down

0 comments on commit 4d7c216

Please sign in to comment.