From d6000c10b6e8083eeb1be200c98bafe5f78338ad Mon Sep 17 00:00:00 2001 From: Tyler Chamberlain Date: Fri, 7 Jun 2024 15:37:27 -0500 Subject: [PATCH] fix mod color bug (#145) --- data/packages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/packages.php b/data/packages.php index 2fe74d1..589c1ab 100644 --- a/data/packages.php +++ b/data/packages.php @@ -546,7 +546,7 @@ "priority" => PRIORITY_USEFUL_POPULAR, "author" => "hexarobi", "description" => "Load and edit custom map, vehicle and skin files in JSON, XML or INI format.", - "version" => "0.50.3r", + "version" => "0.50.4r", "depends" => [ "lua/natives-3095a", "lua/iniparser", @@ -560,7 +560,7 @@ "files" => [ "Constructor.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/93ad4684606008fa8b19841f252fd92f9ac124d5/Constructor.lua", "lib/constructor/constants.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/93ad4684606008fa8b19841f252fd92f9ac124d5/lib/constructor/constants.lua", - "lib/constructor/constructor_lib.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/93ad4684606008fa8b19841f252fd92f9ac124d5/lib/constructor/constructor_lib.lua", + "lib/constructor/constructor_lib.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/227d91e0a5c6f54b43f3d54c9c6a2f3baa5daa74/lib/constructor/constructor_lib.lua", "lib/constructor/convertors.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/cd7a98955273522781a4ab753945962177558550/lib/constructor/convertors.lua", "lib/constructor/translations.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/93ad4684606008fa8b19841f252fd92f9ac124d5/lib/constructor/translations.lua", ],