Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yay5379 authored Oct 17, 2024
1 parent 9a36dce commit 44ac670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wt_client_replay_parser/wrpl_unpacker.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def main():
f'serverPlayerId:i={parsed.header.srv_id}\n'
f'sessionType:i={int(parsed.header.session_type)}\n'
f'sessionId:i={parsed.header.session_id}\n'
f'weatherSeed:i={parsed.header.weather_see}\n'
f'weatherSeed:i={parsed.header.weather_seed}\n'
f'localPlayerCountry:i={int(parsed.header.local_player_country)}\n'
f'locName:t="{parsed.header.loc_name}"\n'
f'startTime:i={parsed.header.start_time}\n'
Expand Down Expand Up @@ -92,4 +92,4 @@ def main():


if __name__ == '__main__':
sys.exit(main())
sys.exit(main())

0 comments on commit 44ac670

Please sign in to comment.