osu wiki keeps lying

This commit is contained in:
Emily 2019-03-13 12:59:55 +01:00
parent 081c677855
commit fc5bd5dc00

View File

@ -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