mirror of
https://github.com/evennia/evennia.git
synced 2026-04-07 00:45:22 +02:00
Fix wrong path reference in settings_default. Resolve #2111
This commit is contained in:
parent
cd10d6db3a
commit
e87f68da03
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Master configuration file for Evennia.
|
|||
NOTE: NO MODIFICATIONS SHOULD BE MADE TO THIS FILE!
|
||||
|
||||
All settings changes should be done by copy-pasting the variable and
|
||||
its value to <gamedir>/conf/settings.py.
|
||||
its value to <gamedir>/server/conf/settings.py.
|
||||
|
||||
Hint: Don't copy&paste over more from this file than you actually want
|
||||
to change. Anything you don't copy&paste will thus retain its default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue