Skip to content

Commit e648283

Browse files
author
CSDotNET0211
committed
minor
1 parent e486bf2 commit e648283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TetrLoader/JsonClass/ReplayDataTTRM.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public void ProcessReplayData(ReplayDataTTRM data, List<TetrLoader.JsonClass.Eve
175175
{
176176
try
177177
{
178-
targets[i] = targets[i].Substring(0, 24);
178+
targets[i] = targets[i].Substring(0, 24);
179179
}
180180
catch
181181
{

0 commit comments

Comments
 (0)