forked from Dniel97/artemis
wacca: enable time play
This commit is contained in:
parent
241f29e29c
commit
00b127361b
@ -137,6 +137,9 @@ class WaccaReverse(WaccaLilyR):
|
|||||||
PlayModeCounts(self.season, 4, profile["playcount_stageup"])
|
PlayModeCounts(self.season, 4, profile["playcount_stageup"])
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# For some fucking reason if this isn't here time play is disabled
|
||||||
|
resp.seasonalPlayModeCounts.append(PlayModeCounts(0, 1, 1))
|
||||||
|
|
||||||
for opt in profile_options:
|
for opt in profile_options:
|
||||||
resp.options.append(UserOption(opt["opt_id"], opt["value"]))
|
resp.options.append(UserOption(opt["opt_id"], opt["value"]))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user