mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
switched stats processing to new one
now stats will be processed by mystats.py
This commit is contained in:
parent
b903434a8b
commit
8d95248166
1 changed files with 2 additions and 2 deletions
4
dist/ba_data/python/ba/_activitytypes.py
vendored
4
dist/ba_data/python/ba/_activitytypes.py
vendored
|
|
@ -168,8 +168,8 @@ class ScoreScreenActivity(Activity[EmptyPlayer, EmptyTeam]):
|
||||||
from bastd.actor.text import Text
|
from bastd.actor.text import Text
|
||||||
from ba import _language
|
from ba import _language
|
||||||
super().on_begin()
|
super().on_begin()
|
||||||
import custom_hooks as chook
|
from stats import mystats
|
||||||
chook.score_screen_on_begin(self._stats)
|
mystats.update(self._stats)
|
||||||
|
|
||||||
# Pop up a 'press any button to continue' statement after our
|
# Pop up a 'press any button to continue' statement after our
|
||||||
# min-view-time show a 'press any button to continue..'
|
# min-view-time show a 'press any button to continue..'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue