mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-15 23:10:31 +01:00
remove restriction chatcommand /nether_help, guide accessible in normal world
This commit is contained in:
parent
2761e95f19
commit
4e890408ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user