mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-25 17:56:08 +00:00
PckEditor - Fixed setting save location when oopening from a filepath
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user