Don't grant cartographer priv to singleplayer by default
This commit is contained in:
parent
25296eb40f
commit
826d1a9a8e
@ -8,7 +8,7 @@ local MAXINT = 2147483647;
|
|||||||
|
|
||||||
minetest.register_privilege("cartographer", {
|
minetest.register_privilege("cartographer", {
|
||||||
description = "Allows use of the /map command to view local area maps",
|
description = "Allows use of the /map command to view local area maps",
|
||||||
give_to_singleplayer = true,
|
give_to_singleplayer = false,
|
||||||
give_to_admin = true,
|
give_to_admin = true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user