From a1e64566652df56c7829d422ba4011a05078e1ab Mon Sep 17 00:00:00 2001 From: Elliott Pardee Date: Mon, 8 Jun 2015 06:02:52 -0400 Subject: [PATCH] okay maybe not done with bugs --- character.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/character.go b/character.go index fc3d569..b8ae1fa 100644 --- a/character.go +++ b/character.go @@ -102,7 +102,7 @@ func accessChar(set bool, nick string, cat string, item string, val string) stri case "classes": var classes string for i := range charmap[nick].personal.classes { - if len(charmap[nick].personal.classes > 0 { + if len(charmap[nick].personal.classes) > 0 { if len(classes) > 0 { classes = classes + ", " + i } else {