fix colors in Extras menu ingame
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user