Comments.

This commit is contained in:
Jean-Baptiste Perrier
2021-05-13 17:58:44 +02:00
parent 41447d4ba0
commit 465cdae564

View File

@@ -118,6 +118,7 @@ namespace FlaxEditor.Modules
return false;
}
// Check proxy name restrictions
if (item is NewItem ni)
{
if (!ni.Proxy.IsFileNameValid(shortName))