diff --git a/PCK-Studio/MainForm.cs b/PCK-Studio/MainForm.cs
index afe33442..99fe57e6 100644
--- a/PCK-Studio/MainForm.cs
+++ b/PCK-Studio/MainForm.cs
@@ -1695,7 +1695,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();
}
diff --git a/README.md b/README.md
index a4ea5003..256c49e1 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# PCK Studio
-Modify .PCK archives as you please.
+# PCK Studio     
+Modify .PCK archives as you please.
> **If you have any issues or would like to suggested a feature, we encourage you to [open a new issue on Github](https://github.com/PhoenixARC/-PCK-Studio/issues).**
@@ -59,4 +59,4 @@ $ cd PCK-Studio
## Contributors
> [yaboiFoxx](https://github.com/yaboiFoxx) for Improved UI concept
-> [XxModZxXWiiPlaza](https://github.com/XxModZxXWiiPlaza)
\ No newline at end of file
+> [XxModZxXWiiPlaza](https://github.com/XxModZxXWiiPlaza)