Oleg Racov
Results
1
issues of
Oleg Racov
When trying read and write replay with skip at beginning, it offsets. I used this code: ```python from osrparse import Replay replay = Replay.from_path("replay_file.osr") replay.write_path("out.osr") ``` **replay_file.osr** works as intended,...