Aranoxx / TimeTracker

0 stars 0 forks source link

TrackLog.txt does not always read from .jar file #3

Closed Aranoxx closed 5 years ago

Aranoxx commented 5 years ago

0.1.190329-002: fix - loading/writing file did not work properly changed "list = Files.readAllLines(path);" -> "list = Files.readAllLines(path, Charset.defaultCharset());"