mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-25 23:46:58 +00:00
Replace Console.WriteLine with Debug.WriteLine
This commit is contained in:
@@ -2679,7 +2679,7 @@ namespace PckStudio
|
||||
{
|
||||
if (treeViewMain.SelectedNode is TreeNode t && t.Tag is PCKFile.FileData file)
|
||||
{
|
||||
Console.WriteLine($"Setting {file.filetype} to {type}");
|
||||
Debug.WriteLine($"Setting {file.filetype} to {type}");
|
||||
file.filetype = type;
|
||||
SetPckFileIcon(t, type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user