Skip to content

Commit

Permalink
fix copypaste mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames committed Aug 15, 2021
1 parent 786fa0c commit fef0234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,6 @@ if minetest.global_exists("stamina") then
end

-- illumination tweaks and extras
if minetest.global_exists("illumination") then
if minetest.get_modpath("illumination") then
dofile(MP.."/illumination.lua")
end

0 comments on commit fef0234

Please sign in to comment.