From 6085e3e27e4cc36d302a9b4890b0747e91cebc4c Mon Sep 17 00:00:00 2001 From: ChaosWormz Date: Sun, 25 Oct 2015 13:49:07 +0200 Subject: [PATCH] Removed the need for a spawn priv --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 30ee3ba..e4a55df 100644 --- a/init.lua +++ b/init.lua @@ -52,7 +52,7 @@ end minetest.register_chatcommand("spawn", { description = "Teleport to the spawn location", - privs = {spawn=true}, + privs = {}, func = function(name, _) local ok = put_player_at_spawn(minetest.get_player_by_name(name)) if ok then