Remove /pulverize command
This commit is contained in:
parent
99afe4b47f
commit
635ef667f6
8
mods/no_pulverize/init.lua
Normal file
8
mods/no_pulverize/init.lua
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
-- Remove /pulverize commmand because it could
|
||||||
|
-- put player in an unfinishable state.
|
||||||
|
-- (unless in Map Editing Mode)
|
||||||
|
|
||||||
|
local map_editing = minetest.settings:get_bool("tutorial_debug_map_editing")
|
||||||
|
if not map_editing then
|
||||||
|
minetest.unregister_chatcommand("pulverize")
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user