mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-09-26 20:41:14 +00:00
Add PCKFile.cs super buggy build state!!!!
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user