Added check to location setter that makes sure to stop a location-loop forming. This closes #454.
This commit is contained in:
parent
471e1bbf9b
commit
393a3e5e73
2 changed files with 54 additions and 2 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue