Fixed a bug with the updating of the caching.

This commit is contained in:
Griatch 2012-02-26 01:10:20 +01:00
parent fb0d77c794
commit 24c4791e9e
3 changed files with 24 additions and 21 deletions

View file

@ -477,6 +477,7 @@ def create_player(name, email, password,
return new_player
except Exception,e:
# a failure in creating the character
print e
if not user:
# in there was a failure we clean up everything we can
logger.log_trace()