switched stats processing to new one

now stats will be processed by mystats.py
This commit is contained in:
NK2 2021-04-03 20:57:32 +05:30 committed by GitHub
parent b903434a8b
commit 8d95248166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,8 +168,8 @@ class ScoreScreenActivity(Activity[EmptyPlayer, EmptyTeam]):
from bastd.actor.text import Text
from ba import _language
super().on_begin()
import custom_hooks as chook
chook.score_screen_on_begin(self._stats)
from stats import mystats
mystats.update(self._stats)
# Pop up a 'press any button to continue' statement after our
# min-view-time show a 'press any button to continue..'