From 4e643954be0370720081a5cc72f5671a15befff7 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Mon, 15 Apr 2019 21:18:09 +0100 Subject: [PATCH] Fixed Color Tags --- expcore/roles.lua | 2 +- locale/en/commands.cfg | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/expcore/roles.lua b/expcore/roles.lua index 09fc11e0..215d0885 100644 --- a/expcore/roles.lua +++ b/expcore/roles.lua @@ -222,7 +222,7 @@ function Roles.debug() local role = Roles.config.roles[role_name] local color = role.custom_color or Colours.white color = string.format('[color=%d,%d,%d]',color.r,color.g,color.b) - output = output..string.format('\n%s %s) %s',color,index,serpent.line(role)) + output = output..string.format('\n%s %s) %s[/color]',color,index,serpent.line(role)) end return output end diff --git a/locale/en/commands.cfg b/locale/en/commands.cfg index 54e3a84a..393aae20 100644 --- a/locale/en/commands.cfg +++ b/locale/en/commands.cfg @@ -1,6 +1,6 @@ [exp-commands] kill-already-dead=You are already dead. -admin-chat-format=[Admin Chat] [color=__3__]__1__: __2__ +admin-chat-format=[Admin Chat] [color=__3__]__1__[/color]: __2__ tp-no-position-found=No position to teleport to was found, please try again later. tp-to-self=Player can not be teleported to themselves. chelp-title=Help results for "__1__": @@ -9,6 +9,6 @@ chelp-format=/__1__ __2__ - __3__ __4__ chelp-alias=Alias: __1__ chelp-out-of-range=__1__ is an invalid page number. roles-higher-role=The role you tried to assign is higher than your highest. -roles-list=All roles are: [color=__1__]__2__ -roles-list-player=[color=__1__]__2__ has: [color=__3__]__4__ -roles-list-element=__1__, [color=__2__]__3__ \ No newline at end of file +roles-list=All roles are: [color=__1__]__2__[/color] +roles-list-player=[color=__1__]__2__[/color] has: [color=__3__]__4__[/color] +roles-list-element=__1__, [color=__2__]__3__[/color] \ No newline at end of file