1
0

Fixed group color's.

This commit is contained in:
Howaner
2014-07-27 13:47:21 +02:00
parent a5cca16abe
commit 7f9f46c911
2 changed files with 5 additions and 16 deletions

View File

@@ -153,7 +153,7 @@ bool cGroupManager::LoadGroups()
AString Color = IniFile.GetValue(KeyName, "Color", "-");
if ((Color != "-") && (Color.length() >= 1))
{
Group->SetColor(cChatColor::Delimiter + Color[0]);
Group->SetColor(cChatColor::Delimiter + Color);
}
else
{