Hi. I have upgraded my development server (for a WIP gamemode) to 1.5 Server.
I noticed now if you use a Color code in outputChatBox (with colorcodes enabled obviously) it will add a space character automatically. I think this is undesired behaviour as we should be able to decide if we put a space character when using colorcodes.
Question
Lestat
Hi. I have upgraded my development server (for a WIP gamemode) to 1.5 Server.
I noticed now if you use a Color code in outputChatBox (with colorcodes enabled obviously) it will add a space character automatically. I think this is undesired behaviour as we should be able to decide if we put a space character when using colorcodes.
I will explain it better graphically:
suppose you use this:
outputChatBox("#FFFFFFHello #FF0000W#00FF00O#0000FFR#FFFF00L#FF00FFD", root, 255, 255, 255, true)
In Server 1.4 it would have output this:
Hello WORLD
In Server 1.5 outputs this:
Hello W O R L D
A space character is added automatically, thats not always the desired behaviour. So kindly request to let us handle the spaces
Thank you for your time.
Forget it, I found the issue, gonna report as a bug.
Link to comment
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now