Skip to content

Commit

Permalink
Fix visibility of global/local dye tables
Browse files Browse the repository at this point in the history
  • Loading branch information
PilzAdam committed Dec 6, 2014
1 parent 9ec33f3 commit 11a7b88
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions mods/dye/init.lua
Expand Up @@ -14,7 +14,7 @@
-- })

-- Other mods can use these for looping through available colors
local dye = {}
dye = {}
dye.basecolors = {"white", "grey", "black", "red", "yellow", "green", "cyan", "blue", "magenta"}
dye.excolors = {"white", "lightgrey", "grey", "darkgrey", "black", "red", "orange", "yellow", "lime", "green", "aqua", "cyan", "sky_blue", "blue", "violet", "magenta", "red_violet"}

Expand Down Expand Up @@ -138,8 +138,3 @@ for one,results in pairs(dyelocal.mixes) do
})
end
end

-- Hide dyelocal
dyelocal = nil

-- EOF

0 comments on commit 11a7b88

Please sign in to comment.