]> git.lizzy.rs Git - skycraft.git/blobdiff - src/main/armor_stand.lua
Bugfix
[skycraft.git] / src / main / armor_stand.lua
index e15f177c9d5ad644b96c5e4d4487425526487075..0cedf8c75af31e68f98742bbdeb9fc5b6e3b5bc2 100644 (file)
@@ -25,7 +25,7 @@ end
 
 minetest.register_chatcommand("armorstand", {
        description = "Spawn an armor stand at your position and fill it with random armor",
-       privs = {server = true}
+       privs = {server = true},
        func = function(name)
                local player = minetest.get_player_by_name(name)
                if not player then return false, "You have to be online to use this command" end