From fc5bd5dc007f13e3fd835c8580bf2561b8dea3b1 Mon Sep 17 00:00:00 2001 From: Sunpy Date: Wed, 13 Mar 2019 12:59:55 +0100 Subject: [PATCH] osu wiki keeps lying --- osuRepy/replay.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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