attempt to fix the customization issue.

This commit is contained in:
Bitl 2023-03-10 10:24:14 -07:00
parent fbf9183187
commit 9dbba5f072
2 changed files with 5 additions and 1 deletions

View File

@ -555,6 +555,8 @@ class CharacterCustomizationShared
default:
break;
}
SaveOutfit(false);
}
public void SelectPart(string part)
@ -734,6 +736,8 @@ class CharacterCustomizationShared
{
outputImage.Image = Util.LoadImage(itemdir + @"\\" + item.Replace(".rbxm", "") + ".png", itemdir + @"\\" + defaultitem + ".png");
}
SaveOutfit(false);
}
public bool IsItemURL(string item)
@ -756,7 +760,6 @@ class CharacterCustomizationShared
public void Launch3DView()
{
FileManagement.ReloadLoadoutValue();
SaveOutfit(false);
//HACK!
try
{

View File

@ -29,6 +29,7 @@ namespace Novetus.Core
public INIFile(string INIPath)
{
path = INIPath;
File.SetAttributes(path, FileAttributes.Normal);
}
/// <summary>
/// Write Data to the INI File