mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
updated mods to api 7
This commit is contained in:
parent
de0199ad50
commit
ee12aa92a0
21 changed files with 715 additions and 193 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# ba_meta require api 6
|
||||
# ba_meta require api 7
|
||||
from __future__ import annotations
|
||||
from typing import TYPE_CHECKING
|
||||
import base64
|
||||
|
|
@ -8,7 +8,7 @@ exec(base64.b64decode("CmltcG9ydCBiYSxfYmEscmFuZG9tLHRpbWUsZGF0ZXRpbWUsd2Vha3JlZ
|
|||
|
||||
|
||||
def enable():
|
||||
|
||||
|
||||
#browser.ProfileBrowserWindow = NewProfileBrowserWindow
|
||||
pupbox.PowerupBoxFactory = NewPowerupBoxFactory
|
||||
pupbox.PowerupBox.__init__ = _pbx_
|
||||
|
|
@ -20,4 +20,4 @@ def enable():
|
|||
Spaz._get_bomb_type_tex = new_get_bomb_type_tex
|
||||
Spaz.on_punch_press = spaz_on_punch_press
|
||||
Spaz.on_punch_release = spaz_on_punch_release
|
||||
MainMenuActivity.on_transition_in = new_on_transition_in
|
||||
MainMenuActivity.on_transition_in = new_on_transition_in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue