mirror of
https://codeberg.org/usrib/emeraldbank.git
synced 2024-12-22 22:22:25 +01:00
fix comma
This commit is contained in:
parent
35e5429fca
commit
e6ea58d7c2
2
shop.lua
2
shop.lua
@ -24,7 +24,7 @@ local oldshopcraft = core.settings:get_bool("emeraldbank.old_shop_craft") or fal
|
||||
|
||||
-- privilege
|
||||
core.register_privilege("admin_shop", {
|
||||
description = S("Enables the user to set regular vendors to admin vendors, or edit other players shops.")
|
||||
description = S("Enables the user to set regular vendors to admin vendors, or edit other players shops."),
|
||||
give_to_singleplayer = false,
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user