Fixed a bug in the creation mechanism.
This commit is contained in:
parent
4b29114a83
commit
a3e4e44a61
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
# 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)
|
# (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
|
# join the new player to the public channel
|
||||||
pchanneldef = settings.CHANNEL_PUBLIC
|
pchanneldef = settings.CHANNEL_PUBLIC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue