(a336a3189) Increased maximum file transfer size to 50 MB
This commit is contained in:
@@ -154,8 +154,8 @@ namespace Barotrauma.Networking
|
|||||||
Dispose(true);
|
Dispose(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const int MaxFileSize = 1000000;
|
const int MaxFileSize = 50000000; //50 MB
|
||||||
|
|
||||||
public delegate void TransferInDelegate(FileTransferIn fileStreamReceiver);
|
public delegate void TransferInDelegate(FileTransferIn fileStreamReceiver);
|
||||||
public TransferInDelegate OnFinished;
|
public TransferInDelegate OnFinished;
|
||||||
|
|||||||
Reference in New Issue
Block a user