1
0
mirror of synced 2024-11-24 07:30:21 +01:00

一部の名前の変更 (#209)

This commit is contained in:
Takkkom 2022-05-30 20:06:06 +09:00 committed by GitHub
parent 8f8f82caa2
commit b9027a2912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1348,7 +1348,7 @@ namespace TJAPlayer3
strCommand = strArray[0].Trim();
strParam = strArray[1].Trim();
if (strCommand == "Title_Entry_Chara_X")
if (strCommand == "Title_Chara_Entry_X")
{
string[] strSplit = strParam.Split(',');
for (int k = 0; k < 2; k++)