LM3 : Adjust model name handling.
This commit is contained in:
parent
1be92db3d7
commit
cdc0049190
@ -329,7 +329,7 @@ namespace FirstPlugin.LuigisMansion3
|
||||
text = NLG_Common.HashNames[hashID];
|
||||
|
||||
|
||||
currentModel.Text = $"{currentModel.Text} [{text}]";
|
||||
currentModel.Text = $"Model {modelIndex - 1} [{text}]" ;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user