Skip to content

Commit

Permalink
v0.3.1 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaimss committed Feb 8, 2021
1 parent 238f22f commit c646e49
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ internal fun CommandSender.usage(usage: String, description: String, header: Boo
fileManager.lang[Lang.HELP_COMMAND_USAGE].replace("{usage}", usage),
fileManager.lang[Lang.HELP_COMMAND_DESCRIPTION].replace("{description}", description)
)
send(message)
message.forEach { m ->
send(m.langParsed.colorize(this as? Player))
}
}

/**
Expand Down

0 comments on commit c646e49

Please sign in to comment.