mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
[ci] auto-format
This commit is contained in:
parent
9ec7242e93
commit
ec6286e842
1 changed files with 2 additions and 2 deletions
|
|
@ -55,11 +55,11 @@ class ExplodoRunGame(bs.TeamGameActivity[Player, Team]):
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_preview_texture_name(cls) -> str:
|
def get_preview_texture_name(cls) -> str:
|
||||||
return 'rampagePreview'
|
return 'rampagePreview'
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_supported_maps(cls, sessiontype: type[bs.Session]) -> list[str]:
|
def get_supported_maps(cls, sessiontype: type[bs.Session]) -> list[str]:
|
||||||
return ['Rampage']
|
return ['Rampage']
|
||||||
|
|
||||||
def __init__(self, settings: dict):
|
def __init__(self, settings: dict):
|
||||||
settings['map'] = "Rampage"
|
settings['map'] = "Rampage"
|
||||||
self._epic_mode = settings.get('Epic Mode', False)
|
self._epic_mode = settings.get('Epic Mode', False)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue