forked from SteamWar/SteamWar
Fixed false record count being red
This commit is contained in:
+1
@@ -41,6 +41,7 @@ public class TraceRepository {
|
|||||||
Region region = Region.getREGION_MAP().get(reader.readUTF());
|
Region region = Region.getREGION_MAP().get(reader.readUTF());
|
||||||
Date date = (Date) reader.readObject();
|
Date date = (Date) reader.readObject();
|
||||||
File recordsFile = new File(tracesFolder,uuid + ".records");
|
File recordsFile = new File(tracesFolder,uuid + ".records");
|
||||||
|
reader.readInt();
|
||||||
int recordsCount = reader.readInt();
|
int recordsCount = reader.readInt();
|
||||||
|
|
||||||
return new Trace(uuid, region, date, metadataFile, recordsFile, recordsCount);
|
return new Trace(uuid, region, date, metadataFile, recordsFile, recordsCount);
|
||||||
|
|||||||
Reference in New Issue
Block a user