1
0
mirror of synced 2025-02-22 05:19:50 +01: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;