mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-14 15:48:01 +03:00
Fixed bug when the client reconnects, his body doesn't disappear.
This commit is contained in:
parent
cbfe8a1a0c
commit
efb06a7a20
@ -3583,6 +3583,12 @@ void CHalfLifeMultiplay::ClientDisconnected(edict_t *pClient)
|
||||
pObserver->Observer_SetMode(iMode);
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef REGAMEDLL_FIXES
|
||||
// Client is gone, make sure that his body disappeared and became not solid
|
||||
pPlayer->MakeDormant();
|
||||
#endif
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user