mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix Warden response packet write method
This commit is contained in:
parent
fcaa70b5e3
commit
89fb0e3663
1 changed files with 1 additions and 1 deletions
|
|
@ -1900,7 +1900,7 @@ void GameHandler::handleWardenData(network::Packet& packet) {
|
|||
|
||||
// Build and send response
|
||||
for (uint8_t byte : responseData) {
|
||||
response.write(&byte, 1);
|
||||
response.writeUInt8(byte);
|
||||
}
|
||||
|
||||
if (socket && socket->isConnected()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue