(58da95a91) Add a todo note.

This commit is contained in:
Joonas Rikkonen
2019-04-15 11:56:31 +03:00
parent 561a1a8995
commit d59efcc2c0

View File

@@ -598,6 +598,8 @@ namespace Barotrauma.Steam
if (!allowFileOverwrite)
{
// TODO: If you create a new mod via the workshop interface and enable it, it will show the error msg, but still allows you to enable the content.
if (File.Exists(newContentPackagePath))
{
errorMsg = TextManager.Get("WorkshopErrorOverwriteOnEnable")