playerdatamanager: add mylists

This commit is contained in:
somewhatlurker
2019-10-13 00:01:42 +11:00
parent c35e7ef086
commit cd65162a1d
6 changed files with 68 additions and 34 deletions
@@ -64,6 +64,8 @@ namespace TLAC::FileSystem
continue;
auto splitline = Utilities::Split(line, "=");
if (splitline.size() < 2)
continue;
for (auto &line : splitline)
Utilities::Trim(line);