mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-28 10:55:52 +00:00
Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio
This commit is contained in:
@@ -188,16 +188,15 @@ namespace PckStudio.Forms.Utilities
|
||||
foreach (var property in categoryFile.properties.ToArray())
|
||||
{
|
||||
if (property.Item1 == "CREDITID")
|
||||
{
|
||||
loc.RemoveLocKey(property.Item2);
|
||||
categoryFile.properties.Remove(property);
|
||||
}
|
||||
else if (property.Item1 == "CREDIT")
|
||||
{
|
||||
credits += property.Item2 + "\n";
|
||||
categoryFile.properties.Remove(property);
|
||||
}
|
||||
else if (property.Item1 == "CREDITID")
|
||||
{
|
||||
categoryFile.properties.Remove(property);
|
||||
}
|
||||
}
|
||||
if (cats.Contains(GetCategoryFromId(categoryFile.type)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user