From c619257bd2667ebc38313de224418ab9d6c2458d Mon Sep 17 00:00:00 2001 From: mabako Date: Mon, 3 May 2010 11:27:26 +0200 Subject: [PATCH] /createshop for mods/admins only --- acl.xml | 1 + resources/shops/shop.lua | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/acl.xml b/acl.xml index 6c1b7bb..fcec3d8 100644 --- a/acl.xml +++ b/acl.xml @@ -147,6 +147,7 @@ + diff --git a/resources/shops/shop.lua b/resources/shops/shop.lua index f78e7f2..c9c8ff5 100644 --- a/resources/shops/shop.lua +++ b/resources/shops/shop.lua @@ -104,7 +104,8 @@ addCommandHandler( "createshop", else outputChatBox( "Syntax: /" .. commandName .. " [type]", player, 255, 255, 255 ) end - end + end, + true ) -- client interaction