Build 0.18.0.0
This commit is contained in:
@@ -480,7 +480,7 @@ namespace Barotrauma
|
||||
int read = 0;
|
||||
|
||||
// FIXME workaround for .NET6 causing save decompression to fail
|
||||
#if NET6_0 && LINUX
|
||||
#if NET6_0
|
||||
for (int i = 0; i < amount; i++)
|
||||
{
|
||||
int result = zipStream.ReadByte();
|
||||
|
||||
Reference in New Issue
Block a user