mirror of
https://github.com/drmext/MonkeyBusiness.git
synced 2026-03-21 18:04:48 -05:00
Fix
This commit is contained in:
parent
29fdc57441
commit
e8734fb266
|
|
@ -247,6 +247,17 @@ async def playerdata_2_usergamedata_advanced(request: Request):
|
|||
)
|
||||
f.clear()
|
||||
|
||||
elif mode == "userload" and refid == default:
|
||||
response = E.response(
|
||||
E.playerdata_2(
|
||||
E.result(0, __type="s32"),
|
||||
E.is_new(1, __type="bool"),
|
||||
E.is_refid_locked(0, __type="bool"),
|
||||
E.eventdata_count_all(0, __type="s16"),
|
||||
E.opt_timing_disp(-1, __type="s32"),
|
||||
)
|
||||
)
|
||||
|
||||
elif mode == "ghostload":
|
||||
ghostid = int(data.find("ghostid").text)
|
||||
record = db.table("ddr_scores").get(doc_id=ghostid)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user