mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-08 18:47:34 +00:00
Simplefied PCKAudioFile.Categories and removed null check when looping over PCKAudioFile.Categories
This commit is contained in:
@@ -75,7 +75,6 @@ namespace PckStudio.Classes.IO.PCK
|
||||
List<string> creditIds = new List<string>();
|
||||
foreach (var c in _file.Categories)
|
||||
{
|
||||
if (c is null) continue;
|
||||
int audioCount = ReadInt(stream);
|
||||
for (; 0 < audioCount; audioCount--)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user