From 5900ec12634033c4f0f4f3b1794b36c9502df44a Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Sun, 3 Nov 2024 23:17:24 +0100 Subject: [PATCH] Added comment to easily test a specific download repo version --- src/core/Constants.ttslua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Constants.ttslua b/src/core/Constants.ttslua index 4a8c7fba..3bafc66f 100644 --- a/src/core/Constants.ttslua +++ b/src/core/Constants.ttslua @@ -36,3 +36,4 @@ ENCOUNTER_DISCARD_POSITION = Vector(-3.85, 1.5, 10.38) -- online functionality related variables MOD_VERSION = "4.0.0" SOURCE_REPO = "https://github.com/Chr1Z93/SCED-downloads/releases/latest/download/" +--SOURCE_REPO = "https://github.com/Chr1Z93/SCED-downloads/releases/download/v1.0.1/"