Skip to content

Commit

Permalink
Remove reference to a removed file in devtest (followup to minetest#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
x2048 committed Apr 7, 2022
1 parent 23516ac commit 3a87fab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion games/devtest/mods/experimental/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ experimental = {}
dofile(minetest.get_modpath("experimental").."/detached.lua")
dofile(minetest.get_modpath("experimental").."/items.lua")
dofile(minetest.get_modpath("experimental").."/commands.lua")
dofile(minetest.get_modpath("experimental").."/lighting.lua")

function experimental.print_to_everything(msg)
minetest.log("action", msg)
Expand Down

0 comments on commit 3a87fab

Please sign in to comment.