Prevent non-GMs from making attributes when the setting is disabled.
This commit is contained in:
parent
d22cd83bf3
commit
47892d116b
2 changed files with 12 additions and 1 deletions
|
|
@ -137,7 +137,8 @@
|
|||
"invalid-socket": "Invalid socket data received, this means a module or system bug is present.",
|
||||
"unknown-socket-event": "An unknown socket event was received: {event}",
|
||||
"duplicate-attribute-key": "Cannot create an Attribute with a key (\"{key}\") that already exists on the Actor",
|
||||
"invalid-attribute-key": "Attribute keys must be alphanumeric (a-z, 0-9) with underscores, invalid key provided: \"{key}\""
|
||||
"invalid-attribute-key": "Attribute keys must be alphanumeric (a-z, 0-9) with underscores, invalid key provided: \"{key}\"",
|
||||
"cant-manage-attributes": "You aren't allowed to manage attributes. Talk to your GM for permission or to get them to add the attribute for you."
|
||||
},
|
||||
"warn": {
|
||||
"migration-in-progress": "Applying data migrations for version {version}. Please do NOT refresh the window while this warning is present."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue