Merge pull request #136 from mrpimpunicorn/master
Fixed crash when phantom texture pack entry was selected
This commit is contained in:
commit
561ce2dd72
@ -177,8 +177,8 @@ namespace TrueCraft.Launcher.Views
|
||||
Application.Invoke(() =>
|
||||
{
|
||||
OfficialAssetsProgress.Visible = false;
|
||||
LoadTexturePacks();
|
||||
var texturePack = TexturePack.FromArchive(Path.Combine(TexturePack.TexturePackPath, "Minecraft.zip"));
|
||||
_texturePacks.Add(texturePack);
|
||||
AddTexturePackRow(texturePack);
|
||||
});
|
||||
ms.Dispose();
|
||||
|
Reference in New Issue
Block a user