mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Update my utilities for 1.7.20+ (API 8)
This commit is contained in:
parent
cd29dacf98
commit
d6dc6c246a
3 changed files with 118 additions and 109 deletions
|
|
@ -1,8 +1,9 @@
|
|||
# By Freaku / @[Just] Freak#4999
|
||||
# Made by your friend: Freaku
|
||||
|
||||
|
||||
import ba
|
||||
from bastd.maps import TowerD
|
||||
import babase
|
||||
import bascenev1 as bs
|
||||
from bascenev1lib.maps import TowerD
|
||||
|
||||
|
||||
@classmethod
|
||||
|
|
@ -11,8 +12,8 @@ def new_play_types(cls):
|
|||
return ['melee', 'keep_away', 'team_flag', 'king_of_the_hill']
|
||||
|
||||
|
||||
# ba_meta require api 7
|
||||
# ba_meta require api 8
|
||||
# ba_meta export plugin
|
||||
class byFreaku(ba.Plugin):
|
||||
class byFreaku(babase.Plugin):
|
||||
def on_app_running(self):
|
||||
TowerD.get_play_types = new_play_types
|
||||
TowerD.get_play_types = new_play_types
|
||||
Loading…
Add table
Add a link
Reference in a new issue