diff --git a/PCK-Studio/Controls/PckEditor.cs b/PCK-Studio/Controls/PckEditor.cs index e27558ba..d5bd4e7f 100644 --- a/PCK-Studio/Controls/PckEditor.cs +++ b/PCK-Studio/Controls/PckEditor.cs @@ -1625,6 +1625,7 @@ namespace PckStudio.Controls public bool Open(string filepath, OMI.Endianness endianness) { SetEndianess(endianness); + saveLocation = filepath; try { var reader = new PckFileReader(endianness);