|
@@ -957,7 +957,7 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
|
|
{
|
|
{
|
|
Texture2D icon;
|
|
Texture2D icon;
|
|
string iconFile = item.IconFile;
|
|
string iconFile = item.IconFile;
|
|
- if (string.IsNullOrEmpty(iconFile) || !GameUty.FileSystem.IsExistentFile(iconFile))
|
|
|
|
|
|
+ if (string.IsNullOrEmpty(iconFile))
|
|
{
|
|
{
|
|
Utility.LogWarning($"Could not find icon '{iconFile}' for menu '{item.MenuFile}");
|
|
Utility.LogWarning($"Could not find icon '{iconFile}' for menu '{item.MenuFile}");
|
|
return true;
|
|
return true;
|