Skip to content

Commit

Permalink
fix mod color bug (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexarobi authored Jun 7, 2024
1 parent a3d75fe commit d6000c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
],
Expand Down

0 comments on commit d6000c1

Please sign in to comment.