mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
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()
|
||||
{
|
||||
string itempath = GetPathForType(type) + "\\" + ItemNameBox.Text.Replace(" ", "") + ".png";
|
||||
string itempath = GetPathForType(type) + "\\" + ItemNameBox.Text.Replace(" ", "");
|
||||
string previconpath = itempath + ".png";
|
||||
string rbxmpath = itempath + ".rbxm";
|
||||
|
||||
|
@ -247,6 +247,7 @@ Pinobe
|
||||
[Nobelium Imports] Koopa Shell
|
||||
[Nobelium Imports] Shaggy Frenemy
|
||||
Inverted Top Hat
|
||||
Camp ROBLOX
|
||||
Faces:
|
||||
Remastered Face
|
||||
Pumpkin Face (2009)
|
||||
|
Loading…
Reference in New Issue
Block a user