From e87f68da031268c91479118c4b0a21bf9476252b Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 20 Apr 2020 20:33:40 +0200 Subject: [PATCH] Fix wrong path reference in settings_default. Resolve #2111 --- evennia/settings_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/settings_default.py b/evennia/settings_default.py index 5ecafb75b5..62a00f090f 100644 --- a/evennia/settings_default.py +++ b/evennia/settings_default.py @@ -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 /conf/settings.py. +its value to /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