Added check to location setter that makes sure to stop a location-loop forming. This closes #454.

This commit is contained in:
Griatch 2014-02-15 21:05:23 +01:00
parent 471e1bbf9b
commit 393a3e5e73
2 changed files with 54 additions and 2 deletions

View file

@ -2,7 +2,7 @@
Django ID mapper
Modified for Evennia by making sure that no model references
leave caching unexpectedly (no use if WeakRefs).
leave caching unexpectedly (no use of WeakRefs).
Also adds cache_size() for monitoring the size of the cache.
"""