From 800b8973cb3006885c70b3d46eb27927831d35f0 Mon Sep 17 00:00:00 2001 From: Bitl Date: Sat, 4 Dec 2021 13:10:35 -0700 Subject: [PATCH] Update ItemCreationSDK.cs... AGAIN! --- Novetus/NovetusLauncher/Forms/SDK/ItemCreationSDK.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Novetus/NovetusLauncher/Forms/SDK/ItemCreationSDK.cs b/Novetus/NovetusLauncher/Forms/SDK/ItemCreationSDK.cs index fa389ab..4431004 100644 --- a/Novetus/NovetusLauncher/Forms/SDK/ItemCreationSDK.cs +++ b/Novetus/NovetusLauncher/Forms/SDK/ItemCreationSDK.cs @@ -1352,6 +1352,9 @@ public partial class ItemCreationSDK : Form public bool LoadItem(string filepath, RobloxFileType type) { + Option1Path = ""; + Option2Path = ""; + string oldfile = File.ReadAllText(filepath); string fixedfile = RobloxXML.RemoveInvalidXmlChars(RobloxXML.ReplaceHexadecimalSymbols(oldfile)); XDocument doc = XDocument.Parse(fixedfile);