Merge pull request #1194 from Areloch/onClientMissionLoadedCallback

Adds a callGamemodeFunction invoke for when the client is done loading the mission so the gamemode can do stuff once the player is done loading, but before fully connecting/spawning in
This commit is contained in:
Brian Roberts 2024-02-04 00:10:29 -06:00 committed by GitHub
commit e68643c6ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -274,6 +274,8 @@ function sceneLightingComplete()
onPhaseComplete("STARTING MISSION");
callGamemodeFunction("onClientMissionLoaded");
// The is also the end of the mission load cycle.
commandToServer('MissionStartPhase3Ack', $MSeq);
}