From a9080d38505fcbc91ebe4a02221b16240f8845f2 Mon Sep 17 00:00:00 2001 From: Dylan <135805091+ImKringle@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:34:53 -0500 Subject: [PATCH] Fixed DOWNLOAD_URL Var - Removed Direct download link per PR requirement :) --- game_eggs/hogwarp/egg-hogwarp.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/game_eggs/hogwarp/egg-hogwarp.json b/game_eggs/hogwarp/egg-hogwarp.json index 9ec304c2..e35143fc 100644 --- a/game_eggs/hogwarp/egg-hogwarp.json +++ b/game_eggs/hogwarp/egg-hogwarp.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2023-11-14T05:42:55-05:00", + "exported_at": "2023-11-14T08:29:20-05:00", "name": "Hogwarp", "author": "imkringle@proton.me", "description": "A Pterodactyl egg for the Hogwarts Legacy mod Hogwarp - For more info see their Nexus: https:\/\/www.nexusmods.com\/hogwartslegacy\/mods\/1378", @@ -100,12 +100,12 @@ }, { "name": "Download URL", - "description": "URL to pull the files from\r\n- Using GDrive for no bandwidth limits", + "description": "URL to pull the files from - These are obtainable in their discord in the #releases channel\r\n- https:\/\/discord.com\/invite\/hogwarp", "env_variable": "DOWNLOAD_URL", - "default_value": "http:\/\/dl.dropboxusercontent.com\/scl\/fi\/cd47ho7mhcvt91glm9q6q\/Hogwarp-Server-Files.zip?rlkey=juq8ru988l1yhuc16cwhx2jho&dl=1", + "default_value": "", "user_viewable": false, "user_editable": false, - "rules": "required|string", + "rules": "string", "field_type": "text" } ]