mirror of
https://github.com/Freaku17/BombSquad-Mods-byFreaku
synced 2025-10-19 20:20:40 +00:00
Update gamemodes for 1.7.44+
• `#ba_meta export plugin` changed to `#ba_meta export babase.Plugin`
This commit is contained in:
parent
2503b3e9a7
commit
2d99ec1a4e
3 changed files with 3 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ class IcyEmitsGame(MeteorShowerGame):
|
|||
|
||||
|
||||
|
||||
# ba_meta export plugin
|
||||
# ba_meta export babase.Plugin
|
||||
class byFreaku(babase.Plugin):
|
||||
def __init__(self):
|
||||
## Campaign support ##
|
||||
|
|
|
|||
|
|
@ -996,7 +996,7 @@ class MGmap(bs.Map):
|
|||
bs._map.register_map(MGmap)
|
||||
|
||||
|
||||
# ba_meta export plugin
|
||||
# ba_meta export babase.Plugin
|
||||
class byFreaku(babase.Plugin):
|
||||
def __init__(self):
|
||||
## Campaign support ##
|
||||
|
|
|
|||
|
|
@ -750,7 +750,7 @@ bs._map.register_map(VolleyBallMap)
|
|||
bs._map.register_map(VolleyBallMapH)
|
||||
|
||||
|
||||
# ba_meta export plugin
|
||||
# ba_meta export babase.Plugin
|
||||
class byFreaku(babase.Plugin):
|
||||
def __init__(self):
|
||||
# Reason of plugin:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue