PATCH incorrect values for dust2

This commit is contained in:
2025-04-14 16:34:20 +02:00
parent 68f33a934c
commit 16cc091d39
3 changed files with 3 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ from models.team import Team
def main():
import demoparser2
demo_parser = demoparser2.DemoParser("the-mongolz-vs-natus-vincere-m2-inferno.dem")
demo_parser = demoparser2.DemoParser("the-mongolz-vs-natus-vincere-m1-dust2.dem")
game_info = demo_parser.parse_ticks(["X", "Y", "Z", "pitch", "yaw", "is_alive", "team", "player_steamid",
"team_rounds_total", "team_num", "total_rounds_played", "shots_fired",
"health"])