mirror of
https://github.com/minetest-mods/areas.git
synced 2024-12-26 18:50:41 +01:00
change from unknown source
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user