From 9ca60394aee40cdf1828de32b6e9746f2b6efe83 Mon Sep 17 00:00:00 2001 From: ! Freaku <92618708+Freaku17@users.noreply.github.com> Date: Fri, 16 Feb 2024 01:12:16 +0530 Subject: [PATCH] Fix JSON oops --- plugins/minigames.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/minigames.json b/plugins/minigames.json index 5efafa5..d2d953a 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -1306,7 +1306,7 @@ } ], "versions": { - "1.0.1: null," + "1.0.1": null, "1.0.0": { "api_version": 8, "commit_sha": "5063690", @@ -1354,4 +1354,4 @@ } } } -} \ No newline at end of file +}