Remove popup for duplicate resources.
This commit is contained in:
@@ -207,7 +207,7 @@ namespace Cryville.Crtr.Browsing {
|
|||||||
attachment.CopyTo(Path.Combine(dest.FullName, attachment.Name));
|
attachment.CopyTo(Path.Combine(dest.FullName, attachment.Name));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else LogAndPopup(1, "Resource already exists: {0}", res);
|
else Game.MainLogger.Log(1, "Resource", "Resource already exists: {0}", res);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
LogAndPopup(3, "Attempt to import unsupported resource: {0}", res);
|
LogAndPopup(3, "Attempt to import unsupported resource: {0}", res);
|
||||||
|
Reference in New Issue
Block a user