mirror of
https://github.com/drmext/MonkeyBusiness.git
synced 2025-02-15 10:02:33 +01:00
Fixes #2
This commit is contained in:
parent
aae45fca27
commit
e622636ae2
@ -115,7 +115,7 @@ async def usergamedata_advanced(request: Request):
|
|||||||
E.reward(0, __type="u32"),
|
E.reward(0, __type="u32"),
|
||||||
E.comptime(1, __type="s32"),
|
E.comptime(1, __type="s32"),
|
||||||
E.savedata(0, __type="s64"),
|
E.savedata(0, __type="s64"),
|
||||||
) for event in [e for e in range(1, 100) if e not in [2, 4, 6, 7, 8, 14]]],
|
) for event in [e for e in range(1, 100) if e not in [4, 6, 7, 8, 14, 47]]],
|
||||||
E.grade(
|
E.grade(
|
||||||
E.single_grade(0, __type="u32"),
|
E.single_grade(0, __type="u32"),
|
||||||
E.double_grade(0, __type="u32"),
|
E.double_grade(0, __type="u32"),
|
||||||
@ -363,6 +363,7 @@ async def usergamedata_recv(request: Request):
|
|||||||
common = profile['common'].split(',')
|
common = profile['common'].split(',')
|
||||||
common[5] = calories_disp.index(profile['calories_disp'])
|
common[5] = calories_disp.index(profile['calories_disp'])
|
||||||
common[6] = character.index(profile['character'])
|
common[6] = character.index(profile['character'])
|
||||||
|
common[9] = 1 # Mobile link
|
||||||
common_load = ",".join([str(i) for i in common])
|
common_load = ",".join([str(i) for i in common])
|
||||||
|
|
||||||
option = profile['option'].split(',')
|
option = profile['option'].split(',')
|
||||||
|
@ -115,7 +115,7 @@ async def usergamedata_advanced(request: Request):
|
|||||||
E.reward(0, __type="u32"),
|
E.reward(0, __type="u32"),
|
||||||
E.comptime(1, __type="s32"),
|
E.comptime(1, __type="s32"),
|
||||||
E.savedata(0, __type="s64"),
|
E.savedata(0, __type="s64"),
|
||||||
) for event in [e for e in range(1, 100) if e not in [2, 4, 6, 7, 8, 14]]],
|
) for event in [e for e in range(1, 100) if e not in [4, 6, 7, 8, 14, 47]]],
|
||||||
E.grade(
|
E.grade(
|
||||||
E.single_grade(0, __type="u32"),
|
E.single_grade(0, __type="u32"),
|
||||||
E.double_grade(0, __type="u32"),
|
E.double_grade(0, __type="u32"),
|
||||||
@ -363,6 +363,7 @@ async def usergamedata_recv(request: Request):
|
|||||||
common = profile['common'].split(',')
|
common = profile['common'].split(',')
|
||||||
common[5] = calories_disp.index(profile['calories_disp'])
|
common[5] = calories_disp.index(profile['calories_disp'])
|
||||||
common[6] = character.index(profile['character'])
|
common[6] = character.index(profile['character'])
|
||||||
|
common[9] = 1 # Mobile link
|
||||||
common_load = ",".join([str(i) for i in common])
|
common_load = ",".join([str(i) for i in common])
|
||||||
|
|
||||||
option = profile['option'].split(',')
|
option = profile['option'].split(',')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user