MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / StopMasterServerReporting

Method StopMasterServerReporting

engine/Poseidon/Network/NetworkServer.cpp:646–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644 }
645 }
646 registration.difficulty = difficulty;
647 registration.joinInProgress = _missionHeader.joinInProgress;
648 registration.disabledAI = _missionHeader.disabledAI;
649 registration.respawn = _missionHeader.respawn;
650 registration.respawnDelay = toInt(_missionHeader.respawnDelay);
651 registration.sessionLocked = _sessionLocked;
652 registration.dedicated = _dedicated;
653 return true;
654}
655
656// Publishing is opt-in for dedicated servers. The master-server URL may still be

Callers

nothing calls this directly

Calls 3

GetNetworkMasterServerFunction · 0.85
GetLengthMethod · 0.45

Tested by

no test coverage detected