revert c298e60, that should probably fix the #547

This commit is contained in:
jeefo 2024-03-27 23:25:24 +03:00
commit 3b916362a4
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED

View file

@ -2821,6 +2821,8 @@ void Bot::checkParachute () {
} }
void Bot::frame () { void Bot::frame () {
pev->flags |= FL_CLIENT | FL_FAKECLIENT; // restore fake client bit, just in case
if (m_updateTime <= game.time ()) { if (m_updateTime <= game.time ()) {
update (); update ();
} }