diff --git a/osuRepy/replay.py b/osuRepy/replay.py index bfcfbd0..047bfc3 100644 --- a/osuRepy/replay.py +++ b/osuRepy/replay.py @@ -61,11 +61,10 @@ class Replay: _lifebar_graph = Serializable(b"0|1,", TYPE_STRING) _timestamp = Serializable(0, TYPE_ULLONG) + _online_score_id= Serializable(0, TYPE_ULLONG) _replay_data = Serializable(b"", TYPE_BYTESTREAM, post = lzma_compress) - _online_score_id= Serializable(0, TYPE_ULLONG) - # Marker (Only used as attribute section marker for auto-serializing) _end_of_attributes = None