mirror of
https://github.com/Freaku17/BombSquad-Mods-byFreaku
synced 2025-10-19 20:20:40 +00:00
Delete oops
File name was different so it did not commit on existing file
This commit is contained in:
parent
8fb5c750da
commit
ebbe4fb1ae
1 changed files with 0 additions and 19 deletions
|
|
@ -1,19 +0,0 @@
|
|||
# Made by your friend: Freaku
|
||||
|
||||
|
||||
import babase
|
||||
import bascenev1 as bs
|
||||
from bascenev1lib.maps import TowerD
|
||||
|
||||
|
||||
@classmethod
|
||||
def new_play_types(cls):
|
||||
"""return valid play types for this map."""
|
||||
return ['melee', 'keep_away', 'team_flag', 'king_of_the_hill']
|
||||
|
||||
|
||||
# ba_meta require api 8
|
||||
# ba_meta export plugin
|
||||
class byFreaku(babase.Plugin):
|
||||
def on_app_running(self):
|
||||
TowerD.get_play_types = new_play_types
|
||||
Loading…
Add table
Add a link
Reference in a new issue