We're now in shape that I'd consider Alpha-quality rather than pre-alpha. Admins can now actually start building grids without fear of people doing bad stuff, and for the most part the codebase should hold up.
This commit is contained in:
parent
204ef6d4c5
commit
59518c440c
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ NOSET_FLAGS = ["CONNECTED"]
|
|||
NOSET_ATTRIBS = ["MONEY", "ALIAS", "LASTPAGED", "CHANLIST", "LAST", "LASTSITE"]
|
||||
|
||||
# Server version number.
|
||||
EVENNIA_VERSION = 'Pre-Alpha'
|
||||
EVENNIA_VERSION = 'Alpha'
|
||||
|
||||
# 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