Rename Stream.Write(byte[]) extension method to fix compatibility with newer mono.
This commit is contained in:
committed by
Matthias Mailänder
parent
9ce0bcb0b7
commit
42f1db0d4b
@@ -63,7 +63,7 @@ namespace OpenRA.Network
|
||||
catch (IOException) { }
|
||||
}
|
||||
|
||||
file.Write(initialContent);
|
||||
file.WriteArray(initialContent);
|
||||
writer = new BinaryWriter(file);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user