Added missing return value

This commit is contained in:
Uleat 2018-11-29 22:55:04 -05:00
parent 86ade2261b
commit df2e68ad31

View File

@ -350,4 +350,5 @@ bool EQ::Net::StaticPacket::Resize(size_t new_size)
}
m_data_length = new_size;
return true;
}