aboutsummaryrefslogtreecommitdiff
path: root/content.go
diff options
context:
space:
mode:
Diffstat (limited to 'content.go')
-rw-r--r--content.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/content.go b/content.go
index 97e25f6..cd8455f 100644
--- a/content.go
+++ b/content.go
@@ -274,8 +274,8 @@ func muxItemDefs(conns []*contentConn) ([]mt.ItemDef, []struct{ Alias, Orig stri
if def.Name == "" {
def.Name = "hand"
}
- prepend(cc.name, &def.Name)
+ prepend(cc.name, &def.Name)
prependTexture(cc.name, &def.InvImg)
prependTexture(cc.name, &def.WieldImg)
prepend(cc.name, &def.PlacePredict)