osu wiki keeps lying
This commit is contained in:
@@ -61,11 +61,10 @@ class Replay:
|
|||||||
|
|
||||||
_lifebar_graph = Serializable(b"0|1,", TYPE_STRING)
|
_lifebar_graph = Serializable(b"0|1,", TYPE_STRING)
|
||||||
_timestamp = Serializable(0, TYPE_ULLONG)
|
_timestamp = Serializable(0, TYPE_ULLONG)
|
||||||
|
_online_score_id= Serializable(0, TYPE_ULLONG)
|
||||||
|
|
||||||
_replay_data = Serializable(b"", TYPE_BYTESTREAM, post = lzma_compress)
|
_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)
|
# Marker (Only used as attribute section marker for auto-serializing)
|
||||||
_end_of_attributes = None
|
_end_of_attributes = None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user