1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 06:53:52 +00:00

[Server] Fix typo in RakNet name

This commit is contained in:
Koncord 2017-02-27 16:25:29 +08:00
parent aa91126ce3
commit 8f96ca22c1

View file

@ -746,7 +746,7 @@ void Networking::update(RakNet::Packet *packet)
} }
else 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]); packet->data[0]);
} }
} }