1
0
mirror of https://github.com/minetest-mods/areas.git synced 2025-05-04 09:40:34 +02:00

change from unknown source

This commit is contained in:
Tai @ Flex 2016-11-26 07:20:26 +00:00
parent 45afbfe8a6
commit 2f802bf780

@ -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