mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Removed DEFAULT_HOME from settings.py into a server configuration directive via the confg app.
Changed clear_objects to reflect default home changes.
This commit is contained in:
parent
8b8099a9db
commit
0c2648edaa
3 changed files with 12 additions and 10 deletions
|
|
@ -4,3 +4,4 @@ INSERT INTO config_configvalue VALUES(3,'money_name_plural','Credits');
|
|||
INSERT INTO config_configvalue VALUES(4,'money_name_singular','Credit');
|
||||
INSERT INTO config_configvalue VALUES(5,'game_firstrun','1');
|
||||
INSERT INTO config_configvalue VALUES(6,'idle_timeout','1800');
|
||||
INSERT INTO config_configvalue VALUES(7,'default_home','2');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue