playerdatamanager: add mylists

This commit is contained in:
somewhatlurker
2019-10-13 00:01:42 +11:00
parent 8496dce848
commit 1d74aafe91
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);