Fixed automatic help from chat questions.
Was changing dollar sign in regex to formatting code point. That conversion should not apply to regex strings.
This commit is contained in:
parent
884106300e
commit
bed934ce09
|
|
@ -1603,7 +1603,10 @@ public abstract class DataStore
|
|||
config.set("Messages." + messageID.name() + ".Text", this.messages[messageID.ordinal()]);
|
||||
|
||||
//support color codes
|
||||
if(messageID != Messages.HowToClaimRegex)
|
||||
{
|
||||
this.messages[messageID.ordinal()] = this.messages[messageID.ordinal()].replace('$', (char)0x00A7);
|
||||
}
|
||||
|
||||
if(messageData.notes != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user