mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-21 18:55:16 +00:00
Add a newline to debug statement
This commit is contained in:
parent
53f91b8695
commit
bf646b2b3d
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ void Client::readFunc() {
|
|||
}
|
||||
case PacketType::UDPINIT: {
|
||||
UdpInit* initPacket = (UdpInit*)curPacket;
|
||||
Logger::log("Received udp init packet from server");
|
||||
Logger::log("Received udp init packet from server\n");
|
||||
|
||||
sInstance->mSocket->setPeerUdpPort(initPacket->port);
|
||||
sendUdpHolePunch();
|
||||
|
|
Loading…
Reference in a new issue