2
0
Fork 0
mirror of https://github.com/KillzXGaming/Switch-Toolbox synced 2025-02-03 07:43:26 +00:00

LM3 : Adjust model name handling.

This commit is contained in:
KillzXGaming 2020-07-21 19:03:39 -04:00
parent 1be92db3d7
commit cdc0049190

View file

@ -329,7 +329,7 @@ namespace FirstPlugin.LuigisMansion3
text = NLG_Common.HashNames[hashID];
currentModel.Text = $"{currentModel.Text} [{text}]";
currentModel.Text = $"Model {modelIndex - 1} [{text}]" ;
}
}
break;