]> git.lizzy.rs Git - skycraft.git/commitdiff
Bugfix
authorElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 11 Jun 2020 09:08:46 +0000 (11:08 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 11 Jun 2020 09:08:46 +0000 (11:08 +0200)
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