Skip to content

Commit

Permalink
リファクタリング
Browse files Browse the repository at this point in the history
  • Loading branch information
anoyetta committed Apr 14, 2020
1 parent d31c1ab commit 38dada6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/RINGS/Models/ChatLogModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,8 @@ public static ChatLogModel FromXIVLog(
if (i < 0)
{
// sharlayan がパッチに対応していないときの回避策
i = xivLog.Line.IndexOf(".");
speakerSafix = ".";
i = xivLog.Line.IndexOf(speakerSafix);
}

if (i >= 0)
Expand Down

0 comments on commit 38dada6

Please sign in to comment.