mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
attempt to fix the customization issue.
This commit is contained in:
parent
fbf9183187
commit
9dbba5f072
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user