From ab2ba19782b9a956af3c9520f5b06c2ba3addbe8 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 22 Feb 2012 15:15:32 +0100 Subject: [PATCH] Fixed critical typo in instructions for dummyrunner. --- src/utils/dummyrunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/dummyrunner.py b/src/utils/dummyrunner.py index 2bf4848cc9..6a92245a4b 100644 --- a/src/utils/dummyrunner.py +++ b/src/utils/dummyrunner.py @@ -15,7 +15,7 @@ full step-by-step setup help. Basically (for testing default Evennia): - Use an empty/testing database. - - set PERMISSION_PLAYERS_DEFAULT = "Builders" + - set PERMISSION_PLAYER_DEFAULT = "Builders" - start server, eventually with profiling active - launch this client runner