fix colors in Extras menu ingame
This commit is contained in:
parent
2d7e0a1cb0
commit
009f406a4b
|
@ -123,6 +123,8 @@ public class Rizzo {
|
|||
// Look ma, I'm breaking XML standards!
|
||||
String xmlString = result.getWriter().toString()
|
||||
.replace("&", "&")
|
||||
.replace("<", "<")
|
||||
.replace(">", ">")
|
||||
.replace("	", "\t")
|
||||
.replace("", "\b")
|
||||
.replace(" ", "\n")
|
||||
|
|
Loading…
Reference in New Issue
Block a user