projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9bc0e9
)
Correct avatar inheritance
author
Jeremy Stanley
<fungi@yuggoth.org>
Fri, 26 Dec 2014 10:00:06 +0000
(10:00 +0000)
committer
Jeremy Stanley
<fungi@yuggoth.org>
Fri, 26 Dec 2014 10:00:06 +0000
(10:00 +0000)
The inherit facet should be a list, so correct an instance where it
was inadvertently left as a string literal instead.
share/archetype.yaml
patch
|
blob
|
history
diff --git
a/share/archetype.yaml
b/share/archetype.yaml
index
d956a74
..
e1f87e6
100644
(file)
--- a/
share/archetype.yaml
+++ b/
share/archetype.yaml
@@
-10,4
+10,4
@@
archetype:actor:
archetype:avatar:
default_location: area:0,0,0
- inherit:
archetype:actor
+ inherit:
[ "archetype:actor" ]