Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't spawn loading clients during map restart
Don't call SV_ClientEnterWorld during map restart for clients that have't spawned yet. Fixes map failing to load if a map restart occurs during a UDP download (due to CS_ACTIVE check in SV_DoneDownload_f). Also prevents players from spawning prematurely if a map restart occurs while they are loading the map.
- Loading branch information