mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-27 14:12:52 +08:00
Auto fill name of the event from TextMap
This commit is contained in:
parent
1d6fd52552
commit
1ee9cc80bb
@ -245,7 +245,7 @@ final class ToolsWithLanguageOption {
|
|||||||
"\" : [\"" + map.get(data.getNameTextMapHash()).replaceAll("\"", "")
|
"\" : [\"" + map.get(data.getNameTextMapHash()).replaceAll("\"", "")
|
||||||
+ "("+ map.get(4231343903L)+")\",\""+ color + "\"]");
|
+ "("+ 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}");
|
writer.println("}\n}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user