mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-12 19:17:26 +08:00
Fix two small bugs
- Fix a bug that something of the finale challenge cannot be unlocked - Fix a bug that the users' items will not be zero, which will disturb some purchase operations
This commit is contained in:
@@ -222,6 +222,7 @@ class UserPlay(UserScore):
|
||||
else:
|
||||
r = {}
|
||||
r['user_rating'] = self.user.rating_ptt
|
||||
r['finale_challenge_higher'] = self.rating > self.ptt.value
|
||||
r['global_rank'] = self.user.global_rank
|
||||
r['finale_play_value'] = 0 # emmmm
|
||||
return r
|
||||
|
||||
Reference in New Issue
Block a user