fix another dumb bug in ZipFile
This commit is contained in:
@@ -40,6 +40,8 @@ namespace OpenRA.FileFormats
|
|||||||
public ZipFile(string filename, int priority, Dictionary<string, byte[]> contents)
|
public ZipFile(string filename, int priority, Dictionary<string, byte[]> contents)
|
||||||
{
|
{
|
||||||
this.priority = priority;
|
this.priority = priority;
|
||||||
|
this.filename = filename;
|
||||||
|
|
||||||
if (File.Exists(filename))
|
if (File.Exists(filename))
|
||||||
File.Delete(filename);
|
File.Delete(filename);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user