mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 08:16:30 +01:00
Last commit had a typo leading to startup traceback.
This commit is contained in:
parent
18669c8700
commit
2597df0512
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ class Attribute(SharedMemoryModel):
|
|||
if setmode:
|
||||
ret = []
|
||||
for it in item:
|
||||
ret.append(self.validate_data(it, niter=niter+1setmode=True))
|
||||
ret.append(self.validate_data(it, niter=niter+1,setmode=True))
|
||||
else:
|
||||
ret = PackedList(self)
|
||||
for it in item:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue