From b91043602e8cba48b8743f67ad935e3e59a6767c Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin <15944199+nekonomicon@users.noreply.github.com> Date: Sun, 4 Feb 2024 05:26:45 +0500 Subject: [PATCH] Don't stuck on level transitions. --- pm_shared/pm_shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm_shared/pm_shared.c b/pm_shared/pm_shared.c index 32585d6a..dec69184 100644 --- a/pm_shared/pm_shared.c +++ b/pm_shared/pm_shared.c @@ -1699,7 +1699,7 @@ int PM_CheckStuck( void ) // // Deal with precision error in network. // - if( !pmove->server ) + if( !( pmove->server && pmove->multiplayer )) { // World or BSP model if( ( hitent == 0 ) || ( pmove->physents[hitent].model != NULL ) )