From 0813846513b34375564c8358842c410326f60136 Mon Sep 17 00:00:00 2001 From: Bitl Date: Sun, 5 Sep 2021 08:14:48 -0700 Subject: [PATCH] fix item creation tool bug --- Novetus/NovetusLauncher/Forms/SDK/ItemCreationSDK.cs | 2 +- changelog.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Novetus/NovetusLauncher/Forms/SDK/ItemCreationSDK.cs b/Novetus/NovetusLauncher/Forms/SDK/ItemCreationSDK.cs index c47c4bd..bb53881 100644 --- a/Novetus/NovetusLauncher/Forms/SDK/ItemCreationSDK.cs +++ b/Novetus/NovetusLauncher/Forms/SDK/ItemCreationSDK.cs @@ -882,7 +882,7 @@ public partial class ItemCreationSDK : Form private void DeleteStrayIcons() { - string itempath = GetPathForType(type) + "\\" + ItemNameBox.Text.Replace(" ", "") + ".png"; + string itempath = GetPathForType(type) + "\\" + ItemNameBox.Text.Replace(" ", ""); string previconpath = itempath + ".png"; string rbxmpath = itempath + ".rbxm"; diff --git a/changelog.txt b/changelog.txt index f57e96e..ffdf556 100644 --- a/changelog.txt +++ b/changelog.txt @@ -247,6 +247,7 @@ Pinobe [Nobelium Imports] Koopa Shell [Nobelium Imports] Shaggy Frenemy Inverted Top Hat +Camp ROBLOX Faces: Remastered Face Pumpkin Face (2009)