MCForge / MCForge-Vanilla-Redux

Restart of MCForge Vanilla featuring ClassiCube support.
http://mcforge.org
Other
8 stars 11 forks source link

Using color codes with uppercase letters (e.g. %A) crashes WoM Clients. #8

Closed EricKilla closed 10 years ago

EricKilla commented 10 years ago

The % glitch only works when there's ONLY the color code. If there's any other text, it'll say "%TEXT". Also "$color $color $color" crashes it too.

sysr-q commented 10 years ago

Can you just use a regular expression with a replacement function to turn %[A-F] into %[a-f] and be done with it before you transmit it? Good look getting WoM to fix their crap.

EricKilla commented 10 years ago

That is an option, yes.