diff --git a/commands.lua b/commands.lua index 572a514..90bac33 100644 --- a/commands.lua +++ b/commands.lua @@ -8,7 +8,7 @@ local MAXINT = 2147483647; minetest.register_privilege("cartographer", { description = "Allows use of the /map command to view local area maps", - give_to_singleplayer = true, + give_to_singleplayer = false, give_to_admin = true, });