Skip to content

Commit

Permalink
/createshop for mods/admins only
Browse files Browse the repository at this point in the history
  • Loading branch information
mabako committed May 3, 2010
1 parent e926838 commit c619257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions acl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
<right name="command.get" access="true" />
<right name="command.goto" access="true" />
<right name="command.announce" access="true" />
<right name="command.createshop" access="true" />
</acl>
<acl name="Admin">
<right name="general.ModifyOtherObjects" access="true" />
Expand Down
3 changes: 2 additions & 1 deletion resources/shops/shop.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ addCommandHandler( "createshop",
else
outputChatBox( "Syntax: /" .. commandName .. " [type]", player, 255, 255, 255 )
end
end
end,
true
)

-- client interaction
Expand Down

0 comments on commit c619257

Please sign in to comment.