| 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 |
nothing calls this directly
no test coverage detected