mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-24 12:15:33 +00:00
Update parameter casing in main form
This commit is contained in:
@@ -532,7 +532,7 @@ namespace PckStudio
|
||||
}
|
||||
}
|
||||
|
||||
private void Save(string FilePath)
|
||||
private void Save(string filePath)
|
||||
{
|
||||
bool isSkinsPCK = false;
|
||||
PCKFile.FileData InfoFile;
|
||||
@@ -551,7 +551,7 @@ namespace PckStudio
|
||||
return; // Cancel operation
|
||||
}
|
||||
}
|
||||
using (var fs = File.OpenWrite(FilePath))
|
||||
using (var fs = File.OpenWrite(filePath))
|
||||
{
|
||||
PCKFileWriter.Write(fs, currentPCK, LittleEndianCheckBox.Checked, isSkinsPCK);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user