[Server] Fix typo in RakNet name

pull/183/merge
Koncord 8 years ago
parent aa91126ce3
commit 8f96ca22c1

@ -746,7 +746,7 @@ void Networking::update(RakNet::Packet *packet)
}
else
{
LOG_MESSAGE_SIMPLE(Log::LOG_WARN, "Unhandled Raknet packet with identifier %i has arrived",
LOG_MESSAGE_SIMPLE(Log::LOG_WARN, "Unhandled RakNet packet with identifier %i has arrived",
packet->data[0]);
}
}

Loading…
Cancel
Save