From 66f75c7ab529ce8a56017054999851df246e33ff Mon Sep 17 00:00:00 2001 From: extendedclip Date: Tue, 10 Mar 2020 10:57:45 -0400 Subject: [PATCH] Fix json --- scripts/master_list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/master_list.json b/scripts/master_list.json index 8249a31..f53bb26 100644 --- a/scripts/master_list.json +++ b/scripts/master_list.json @@ -4,13 +4,13 @@ "author": "aBooDyy", "version": "1.0.0", "description": "Checks if a player has a certain permission", - "url": "https://raw.githubusercontent.com/PlaceholderAPI/Javascript-Expansion/master/scripts/has_permission.js", + "url": "https://raw.githubusercontent.com/PlaceholderAPI/Javascript-Expansion/master/scripts/has_permission.js" }, { "name": "factions", "author": "Frosty", "version": "1.0.0", "description": "A simple placeholder which will return brackets around the faction name if the user is in a faction, if they are not it will return nothing", - "url": "https://raw.githubusercontent.com/PlaceholderAPI/Javascript-Expansion/master/scripts/factions.js", + "url": "https://raw.githubusercontent.com/PlaceholderAPI/Javascript-Expansion/master/scripts/factions.js" } ]