From 0aecd082ac33dab0561ad6ca7df9ceb7466722fd Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 11 Jun 2020 11:08:46 +0200 Subject: [PATCH] Bugfix --- src/main/armor_stand.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/armor_stand.lua b/src/main/armor_stand.lua index e15f177..0cedf8c 100644 --- a/src/main/armor_stand.lua +++ b/src/main/armor_stand.lua @@ -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 -- 2.44.0