Make sure to pop the loading screen on error
Some checks failed
CodeQL / Analyze (push) Waiting to run
Build branch / build-all (push) Failing after 16s

This fixes the client getting stuck in the loading screen due to a drop error
This commit is contained in:
smallmodel 2024-12-08 18:47:10 +01:00 committed by GitHub
parent a08a9a4f10
commit f684349c18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 28 additions and 14 deletions

View file

@ -62,6 +62,9 @@ void CL_CharEvent( int key ) {
void CL_Disconnect() {
}
void CL_AbnormalDisconnect() {
}
void CL_MapLoading( qboolean flush, const char *pszMapName ) {
}