Skip to content

Commit

Permalink
disable add_action override
Browse files Browse the repository at this point in the history
  • Loading branch information
naturefreshmilk committed Sep 14, 2019
1 parent 813f8f6 commit 3c99500
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 @@ -2,7 +2,7 @@ local MP = minetest.get_modpath("mesecons_debug")

mesecons_debug = {}

dofile(MP.."/add_action.lua")
---- dofile(MP.."/add_action.lua")
dofile(MP.."/privs.lua")
dofile(MP.."/api_action_on.lua")
dofile(MP.."/api_nodetimer.lua")
Expand Down

0 comments on commit 3c99500

Please sign in to comment.