Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
~k~ key codes were allowed in 0.3d, and saying ~k in chat (or in a command) changes the ~ to a #. If you type '/announce ~R~kill' it won't work, because it gets set to '/announce ~R#kill'. Can this please be fixed? Just replace ~k~ with #k#, not ~k with #k.
Posts: 624
Threads: 38
Joined: Feb 2010
Reputation:
0
So just replace "#k" with "~k" in text[].
Already did that in 0.3d and it works fine.
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Well not text[] because chat isn't important, I guess I could do it in commands though.