diff --git a/PCK-Studio/MainForm.cs b/PCK-Studio/MainForm.cs index 3c9d651a..0e4cba47 100644 --- a/PCK-Studio/MainForm.cs +++ b/PCK-Studio/MainForm.cs @@ -1524,7 +1524,7 @@ namespace PckStudio namePrompt.OKButtonText = "Ok"; if (namePrompt.ShowDialog(this) == DialogResult.OK) { - currentPCK = InitializePack(new Random().Next(8000, int.MaxValue), 0, namePrompt.NewText, true); + currentPCK = InitializePack(new Random().Next(8000, int.MaxValue), 0, namePrompt.NewText, false); MarkTemplateFile(); LoadEditorTab(); }