mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-03 05:25:09 +00:00
Fix addPassword from creating a 2nd LOCK property
This commit is contained in:
@@ -1354,7 +1354,7 @@ namespace PckStudio
|
||||
{
|
||||
AddPCKPassword add = new AddPCKPassword();
|
||||
if (add.ShowDialog() == DialogResult.OK)
|
||||
file.properties.Add(("LOCK", add.Password));
|
||||
file.properties.SetProperty("LOCK", add.Password);
|
||||
add.Dispose();
|
||||
ReloadMetaTreeView();
|
||||
saved = false;
|
||||
|
||||
Reference in New Issue
Block a user