From 4977153de2bbebd9cb11e96d08211bb430f57597 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 2 Apr 2012 00:27:14 +0200 Subject: [PATCH] Fixed a formatting error in the twisted setup string for Windows. --- game/evennia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/evennia.py b/game/evennia.py index aca814046d..093dd16397 100755 --- a/game/evennia.py +++ b/game/evennia.py @@ -216,7 +216,7 @@ if os.name == 'nt': created for you. This is a simple batch file that tries to call the twisted executable. Evennia determined this to be: - %{twistd_path}s + %(twistd_path)s If you run into errors at startup you might need to edit twistd.bat to point to the actual location of the Twisted