fix item creation tool bug

This commit is contained in:
Bitl 2021-09-05 08:14:48 -07:00
parent 166e4630b1
commit 0813846513
2 changed files with 2 additions and 1 deletions

View File

@ -882,7 +882,7 @@ public partial class ItemCreationSDK : Form
private void DeleteStrayIcons() private void DeleteStrayIcons()
{ {
string itempath = GetPathForType(type) + "\\" + ItemNameBox.Text.Replace(" ", "") + ".png"; string itempath = GetPathForType(type) + "\\" + ItemNameBox.Text.Replace(" ", "");
string previconpath = itempath + ".png"; string previconpath = itempath + ".png";
string rbxmpath = itempath + ".rbxm"; string rbxmpath = itempath + ".rbxm";

View File

@ -247,6 +247,7 @@ Pinobe
[Nobelium Imports] Koopa Shell [Nobelium Imports] Koopa Shell
[Nobelium Imports] Shaggy Frenemy [Nobelium Imports] Shaggy Frenemy
Inverted Top Hat Inverted Top Hat
Camp ROBLOX
Faces: Faces:
Remastered Face Remastered Face
Pumpkin Face (2009) Pumpkin Face (2009)