mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-22 03:05: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: {
|
case PacketType::UDPINIT: {
|
||||||
UdpInit* initPacket = (UdpInit*)curPacket;
|
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);
|
sInstance->mSocket->setPeerUdpPort(initPacket->port);
|
||||||
sendUdpHolePunch();
|
sendUdpHolePunch();
|
||||||
|
|
Loading…
Reference in a new issue