diff --git a/evennia/server/server.py b/evennia/server/server.py index c0f2079d8a..0ccc0962f4 100644 --- a/evennia/server/server.py +++ b/evennia/server/server.py @@ -4,7 +4,7 @@ the game engine. This module should be started with the 'twistd' executable since it sets up all the networking features. (this is done automatically -by game/evennia.py). +by evennia/server/server_runner.py). """ from __future__ import print_function