From e99617fd0e71e19402ed6674fae21ffccd5f05fd Mon Sep 17 00:00:00 2001 From: Rikko Date: Mon, 24 Jul 2023 18:52:41 +0530 Subject: [PATCH] Fix supersmash --- plugins/minigames.json | 4 ++-- plugins/minigames/{SuperSmash.py => supersmash.py} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename plugins/minigames/{SuperSmash.py => supersmash.py} (100%) diff --git a/plugins/minigames.json b/plugins/minigames.json index 2db4b01..a58c040 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -656,7 +656,7 @@ } }, "supersmash": { - "description": "SuperSmash", + "description": "Blow up your enemies off the map!", "external_url": "", "authors": [ { @@ -674,4 +674,4 @@ "1.0.0": null } } -} \ No newline at end of file +} diff --git a/plugins/minigames/SuperSmash.py b/plugins/minigames/supersmash.py similarity index 100% rename from plugins/minigames/SuperSmash.py rename to plugins/minigames/supersmash.py