remove unneeded variable

pull/9/head
Miepee 4 years ago
parent 3d2ba9ec23
commit b5e611fd3f

@ -29,7 +29,6 @@ public enum IsZipAM2R11ReturnCodes
public static class Core
{
public static readonly string Version = "2.0.3";
private const string originalMD5 = "f2b84fe5ba64cb64e284be1066ca08ee";
private static readonly string[] DATAFILES_BLACKLIST = { "data.win", "AM2R.exe", "D3DX9_43.dll", "game.unx", "game.ios" };
private static readonly string localPath = Path.GetDirectoryName(AppDomain.CurrentDomain.BaseDirectory);

Loading…
Cancel
Save