From 5051305c51306eac879f1202dc29d9c628401731 Mon Sep 17 00:00:00 2001 From: octacian Date: Wed, 22 Mar 2017 22:26:05 -0700 Subject: [PATCH] Fix description on `/setspawn` chatcommand --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index ba4c0c9..9153d53 100644 --- a/init.lua +++ b/init.lua @@ -167,7 +167,7 @@ minetest.register_privilege("spawn", "Ability to teleport to spawn at will with -- [register cmd] Set spawn minetest.register_chatcommand("setspawn", { - description = "Teleport to spawn", + description = "Set spawn", privs = {server=true}, func = function(name, param) local pos = minetest.get_player_by_name(name):getpos()