diff --git a/plugins/minigames.json b/plugins/minigames.json index 6e74791..73e2c23 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -1296,7 +1296,12 @@ } ], "versions": { - "1.0.0": null + "1.0.0": { + "api_version": 8, + "commit_sha": "ec6286e", + "released_on": "01-02-2024", + "md5sum": "e3cd927316b9c3bcac714b4dc8d0d73c" + } } }, "extinction": { @@ -1324,7 +1329,12 @@ } ], "versions": { - "1.0.0": null + "1.0.0": { + "api_version": 8, + "commit_sha": "ec6286e", + "released_on": "01-02-2024", + "md5sum": "fe0d82c322ce01d8956af3131e135ad2" + } } }, "flag_day": { @@ -1338,7 +1348,12 @@ } ], "versions": { - "1.0.0": null + "1.0.0": { + "api_version": 8, + "commit_sha": "ec6286e", + "released_on": "01-02-2024", + "md5sum": "e11fbf742e6556939ac8d986e2dd430b" + } } } } diff --git a/plugins/minigames/explodo_run.py b/plugins/minigames/explodo_run.py index f11cb34..b6bd60d 100644 --- a/plugins/minigames/explodo_run.py +++ b/plugins/minigames/explodo_run.py @@ -55,11 +55,11 @@ class ExplodoRunGame(bs.TeamGameActivity[Player, Team]): @classmethod def get_preview_texture_name(cls) -> str: return 'rampagePreview' - + @classmethod def get_supported_maps(cls, sessiontype: type[bs.Session]) -> list[str]: return ['Rampage'] - + def __init__(self, settings: dict): settings['map'] = "Rampage" self._epic_mode = settings.get('Epic Mode', False)