mirror of
https://github.com/minetest-mods/areas.git
synced 2025-07-01 07:30:28 +02:00
reverting auth change
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
|
||||
function areas:player_exists(name)
|
||||
return minetest.auth_table[name] ~= nil
|
||||
return minetest.get_auth_handler().get_auth(name) ~= nil
|
||||
end
|
||||
|
||||
-- Save the areas table to a file
|
||||
|
Reference in New Issue
Block a user