mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 05:53:50 +00:00
[Server] Fix typo in RakNet name
This commit is contained in:
parent
aa91126ce3
commit
8f96ca22c1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue