fix item creation tool bug
This commit is contained in:
parent
166e4630b1
commit
0813846513
|
|
@ -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";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue