forked from mtcontrib/nether-pack
Fix some deprecation warnings
This commit is contained in:
@ -398,7 +398,7 @@ 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:get_pos().y > nether.start then
|
||||
minetest.chat_send_player(name,
|
||||
"Usually you don't neet this guide here. " ..
|
||||
"You can view it in the nether.")
|
||||
|
Reference in New Issue
Block a user