remove restriction chatcommand /nether_help, guide accessible in normal world

This commit is contained in:
crabman77 2015-07-16 20:10:26 +02:00
parent 2761e95f19
commit 4e890408ab
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