Moved Revision outside of VERSION global for clean up
This commit is contained in:
parent
c88a89bce1
commit
2abc0adff9
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ NOSET_ATTRIBS = ["MONEY", "ALIAS", "LASTPAGED", "CHANLIST", "LAST", "LASTSITE"]
|
||||||
HIDDEN_ATTRIBS = ["CHANLIST"]
|
HIDDEN_ATTRIBS = ["CHANLIST"]
|
||||||
|
|
||||||
# Server version number.
|
# Server version number.
|
||||||
EVENNIA_VERSION = 'Alpha-$Rev$'
|
EVENNIA_REVISION = '$Rev'
|
||||||
|
EVENNIA_VERSION = 'Alpha'
|
||||||
|
|
||||||
# The message to show when the user lacks permissions for something.
|
# The message to show when the user lacks permissions for something.
|
||||||
NOPERMS_MSG = "You do not have the necessary permissions to do that."
|
NOPERMS_MSG = "You do not have the necessary permissions to do that."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue