mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-02 23:33:25 +00:00
LM3 : Adjust model name handling.
This commit is contained in:
parent
1be92db3d7
commit
cdc0049190
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue