From 3b916362a4fa0e3a15611a79ecdf40c5474d54ba Mon Sep 17 00:00:00 2001 From: jeefo Date: Wed, 27 Mar 2024 23:25:24 +0300 Subject: [PATCH] revert c298e60, that should probably fix the #547 --- src/botlib.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/botlib.cpp b/src/botlib.cpp index 9b678b4..17c6061 100644 --- a/src/botlib.cpp +++ b/src/botlib.cpp @@ -2821,6 +2821,8 @@ void Bot::checkParachute () { } void Bot::frame () { + pev->flags |= FL_CLIENT | FL_FAKECLIENT; // restore fake client bit, just in case + if (m_updateTime <= game.time ()) { update (); }