Skip to content

Commit

Permalink
switched pala_paladium.code from public to local
Browse files Browse the repository at this point in the history
  • Loading branch information
Bapt-Tech authored Dec 26, 2024
1 parent 9357233 commit 8151c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pala_paladium/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local C = minetest.colorize

pala_paladium = {}

pala_paladium.code = minetest.get_modpath("pala_paladium") .. "/ores"
local pala_paladium.code = minetest.get_modpath("pala_paladium") .. "/ores"

dofile(pala_paladium.code .. "/paladium/paladium.lua")
dofile(pala_paladium.code .. "/amethyst/amethyst.lua")
Expand Down

0 comments on commit 8151c40

Please sign in to comment.