mirror of
https://github.com/drmext/MonkeyBusiness.git
synced 2026-03-21 18:04:48 -05:00
Merge 921a3ffb5e into 9fa4ba7a11
This commit is contained in:
commit
339dddc234
|
|
@ -128,8 +128,15 @@ async def game_sv_common(ver: str, request: Request):
|
|||
break
|
||||
|
||||
if unlock == []:
|
||||
|
||||
# ult_list = {636} #preparation for future ULT id
|
||||
|
||||
for i in range(2400):
|
||||
for j in range(0, 5):
|
||||
|
||||
j_limit = 6 if i == 636 else 5
|
||||
#j_limit = 6 if i in ult_list else 5
|
||||
|
||||
for j in range(j_limit):
|
||||
unlock.append([i, j])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user