diff --git a/lib/plugins/physics.js b/lib/plugins/physics.js index dea73bb7f..1b6d72acb 100644 --- a/lib/plugins/physics.js +++ b/lib/plugins/physics.js @@ -59,6 +59,8 @@ function inject(bot, {physicsEnabled, maxCatchupTicks}) { sneakState: false, }; + bot.lastSent = lastSent + // This function should be executed each tick (every 0.05 seconds) // How it works: https://gafferongames.com/post/fix_your_timestep/