change from unknown source

This commit is contained in:
Tai @ Flex 2016-11-26 07:20:26 +00:00
parent 45afbfe8a6
commit 2f802bf780
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
function areas:player_exists(name)
return minetest.get_auth_handler().get_auth(name) ~= nil
return minetest.auth_table[name] ~= nil
end
-- Save the areas table to a file