Show description when extracting (the trimmed down addon.json).

lua-bytecode
Icedream 2014-10-22 19:55:20 +02:00
parent bd22f08ecf
commit f9b647c38d
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ namespace GarrysMod.AddonCreator
addon.Import(gma);
Console.WriteLine("Loaded addon {0} by {1}, Version {2}", addon.Title, addon.Author, addon.Version);
Console.WriteLine("\t{0}", addon.Description);
// extract files
foreach (var file in addon.Files)