mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(net): add missing finalize
This commit is contained in:
parent
d689281b6f
commit
b71263d83d
1 changed files with 2 additions and 0 deletions
|
|
@ -349,6 +349,8 @@ void Grunt::ClientLink::ProveVersion(const uint8_t* versionChecksum) {
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
command.Finalize();
|
||||||
|
|
||||||
this->Send(command);
|
this->Send(command);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue