Kind of obvious, right?

This commit is contained in:
Ethan Lee 2016-02-03 09:26:38 -05:00
parent 7476b76a9b
commit 3b74b1a416

View File

@ -23,7 +23,7 @@ namespace TrueCraft.Core
}
else
{
result += "/Library/Application Support/truecraft";
result += "/Library/Application Support/";
}
}
else if (RuntimeInfo.IsLinux)