fix: commands execution order

This commit is contained in:
jeefo 2025-08-23 18:17:32 +03:00
commit e22b0ffeea
No known key found for this signature in database
GPG key ID: D696786B81B667C8
4 changed files with 52 additions and 45 deletions

View file

@ -1739,7 +1739,7 @@ void Bot::newRound () {
thinkInterval = 1.0f / 50.0f; // xash3d works acceptable at 50fps
}
}
auto fullThinkInterval = 1.0f / 10.0f;
auto fullThinkInterval = 1.0f / (thinkFps * 0.5f);
// legacy games behaves strange, when this enabled, disable for xash3d as well if requested
if (bots.isFrameSkipDisabled ()) {