Fix chat color parser
This commit is contained in:
parent
2b707aca1a
commit
ffaa85a096
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ const parse=function(_data, l, resetColor){
|
|||
out[2]+=parsed[2];
|
||||
}
|
||||
}
|
||||
out[0]+=resetColor[0];
|
||||
return out;
|
||||
}
|
||||
module.exports = parse
|
||||
|
|
Loading…
Reference in a new issue