Auto fill name of the event from TextMap

This commit is contained in:
mingjun97 2022-05-06 01:47:25 -07:00 committed by Melledy
parent 1d6fd52552
commit 1ee9cc80bb

View File

@ -245,7 +245,7 @@ final class ToolsWithLanguageOption {
"\" : [\"" + map.get(data.getNameTextMapHash()).replaceAll("\"", "")
+ "("+ map.get(4231343903L)+")\",\""+ color + "\"]");
}
writer.println(",\"200\": \"Standard\", \"301\": \"Avatar Event\", \"302\": \"Weapon event\"");
writer.println(",\"200\": \""+map.get(332935371L)+"\", \"301\": \""+ map.get(2272170627L) + "\", \"302\": \""+map.get(2864268523L)+"\"");
writer.println("}\n}");
}