mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2026-09-21 05:36:09 +08:00
Update resources to 7.0
This commit is contained in:
@@ -344,7 +344,7 @@ namespace GrasscutterTools.Game.Data
|
||||
.Where(it => it.Key != "MATERIAL_NONE")
|
||||
.OrderBy(it => it.Average(m => m.Id)))
|
||||
{
|
||||
sb.Append("// ").AppendLine(MaterialType.ToTranslatedString(m.Key, language.Key));
|
||||
sb.Append("// ").AppendLine(m.Key != null ? MaterialType.ToTranslatedString(m.Key, language.Key) : "Unknown");
|
||||
|
||||
if (m.Key == "MATERIAL_BGM")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user