Add PCKFile.cs super buggy build state!!!!

This commit is contained in:
miku-666
2022-06-01 09:23:27 +02:00
parent 712544d22c
commit f3b1b654eb
41 changed files with 2365 additions and 3411 deletions
@@ -14,13 +14,8 @@ namespace PckStudio.Classes.IO
public string[] GetLocalCategories()
{
string cat = "";
try
{
if (File.Exists(cache + "PCKCategories.txt"))
cat = File.ReadAllText(cache + "PCKCategories.txt");
}
catch
{
}
return cat.Split(new[] { "\n", "\r\n" }, StringSplitOptions.RemoveEmptyEntries);
}