remove restriction chatcommand /nether_help, guide accessible in normal world

master
crabman77 2015-07-16 20:10:26 +02:00
parent 7f9c68bbe8
commit 32ba715459
1 changed files with 2 additions and 2 deletions

View File

@ -372,10 +372,10 @@ minetest.register_chatcommand("nether_help", {
minetest.chat_send_player(name, "Something went wrong.")
return false
end
if player:getpos().y > nether.start then
--[[ if player:getpos().y > nether.start then
minetest.chat_send_player(name, "Usually you don't neet this guide here. You can view it in the nether.")
return false
end
end --]]
minetest.chat_send_player(name, "Showing guide...")
show_guide(name)
return true