mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
temporary removal of DS packet optimization for NodeList dynamism
This commit is contained in:
parent
3b976500ce
commit
de276eff00
1 changed files with 2 additions and 2 deletions
|
@ -304,8 +304,8 @@ void NodeList::sendDomainServerCheckIn(const char* assignmentUUID) {
|
|||
printedDomainServerIP = true;
|
||||
}
|
||||
|
||||
static unsigned char* checkInPacket = NULL;
|
||||
static int checkInPacketSize = 0;
|
||||
unsigned char* checkInPacket = NULL;
|
||||
int checkInPacketSize = 0;
|
||||
|
||||
// construct the DS check in packet if we need to
|
||||
if (!checkInPacket) {
|
||||
|
|
Loading…
Reference in a new issue