Fix description on `/setspawn` chatcommand

master
octacian 2017-03-22 22:26:05 -07:00
parent 10e61f6da4
commit 5051305c51
1 changed files with 1 additions and 1 deletions

View File

@ -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()