mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2026-01-13 17:11:29 +01:00
its compiling now
This commit is contained in:
@@ -43,7 +43,11 @@ class OutputMessage : public NetworkMessage
|
||||
add_header(info.length);
|
||||
}
|
||||
|
||||
void addCryptoHeader() {
|
||||
void addCryptoHeader(bool addChecksum) {
|
||||
if (addChecksum) {
|
||||
add_header(adlerChecksum(buffer + outputBufferStart, info.length));
|
||||
}
|
||||
|
||||
writeMessageLength();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user