[*] big dumb

This commit is contained in:
Reece Wilson 2023-02-04 19:46:35 +00:00
parent f43251c8fc
commit 1e4971342d

View File

@ -417,9 +417,8 @@ namespace Aurora::IO::Net
if (bOutput)
{
if (!this->outputChannel.CanResize())
if (this->outputChannel.CanResize())
{
AuByteBuffer newBuffer(uBytes, false, false);
if (!(newBuffer.IsValid()))
{