mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
Added Revision keyword to defines_global, and set svn:keywords property on defines_global.py
This commit is contained in:
parent
7f3a8870f0
commit
c88a89bce1
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ NOSET_ATTRIBS = ["MONEY", "ALIAS", "LASTPAGED", "CHANLIST", "LAST", "LASTSITE"]
|
|||
HIDDEN_ATTRIBS = ["CHANLIST"]
|
||||
|
||||
# Server version number.
|
||||
EVENNIA_VERSION = 'Alpha'
|
||||
EVENNIA_VERSION = 'Alpha-$Rev$'
|
||||
|
||||
# The message to show when the user lacks permissions for something.
|
||||
NOPERMS_MSG = "You do not have the necessary permissions to do that."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue