From a3e4e44a61d8ac757aae14e93b55f96ab923d2f5 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 9 Nov 2011 09:11:56 +0100 Subject: [PATCH] Fixed a bug in the creation mechanism. --- src/commands/default/unloggedin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/default/unloggedin.py b/src/commands/default/unloggedin.py index 6f2d8486ff..e71f637c17 100644 --- a/src/commands/default/unloggedin.py +++ b/src/commands/default/unloggedin.py @@ -173,7 +173,7 @@ its and @/./+/-/_ only.") # this echoes the restrictions made by django's auth m # This needs to be called so the engine knows this player is logging in for the first time. # (so it knows to call the right hooks during login later) - utils.init_new_player(player) + utils.init_new_player(new_player) # join the new player to the public channel pchanneldef = settings.CHANNEL_PUBLIC