Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated pack structure version: 3 > 4
  • Loading branch information
And42 committed Jun 6, 2020
1 parent babbd2f commit 1a13a00
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ namespace TerrLauncherPackCreator.Code.ViewModels
public class PackCreationViewModel : ViewModelBase
{
private const int TerrariaStructureVersion = 3;
private const int PackStructureVersion = 3;
private const int PackStructureVersion = 4;
private static readonly ISet<string> IconExtensions = new HashSet<string> {".png", ".gif"};
private static readonly ISet<string> PreviewExtensions = new HashSet<string> {".jpg", ".png", ".gif"};

Expand Down

0 comments on commit 1a13a00

Please sign in to comment.