Skip to content

Commit

Permalink
Potions: remove from experimental mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
alek13 committed Dec 13, 2024
1 parent ded77a0 commit 85bfd48
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mods/lord/Tools/lord_potions/src/lord_potions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ end
return {
--- @param mod minetest.Mod
init = function(mod)
local environment = minetest.settings:get('environment')
if not environment or environment == 'production' then
return
end
register_api()
register_ingredients()
register_potions()
Expand Down

0 comments on commit 85bfd48

Please sign in to comment.