Page 1 of 1

[2.0.77] Player still moving while game is paused

Posted: Fri Aug 14, 2026 1:33 pm
by Zaspar
Multiplayer server with popular scenario "BiterBattles". During a match, an admin paused the game but my player kept running in the direction I had held when pause was pressed. I think ticks were being simulated as usual (but slower).
Expected behaviour: no tick processing should happen while the game is paused.

Player view:
https://www.twitch.tv/zaspar_/clip/Thir ... Nf7rz4Ieoo


Admin view (watch minimap):
https://www.twitch.tv/califerbopbop/cli ... 2hWjnVGo2t

Re: [2.0.77] Player still moving while game is paused

Posted: Sun Aug 16, 2026 3:03 pm
by Rseding91
Thanks for the report however I don’t believe we will be changing this. The way multiplayer works it has to run the game when multiplayer inputs from the server happen or it can’t process them when paused.

It goes like this:

* if a server command was sent to the server then it needs to run while paused until the server command is processed.

If it doesn’t, then the server command is never run.

It also works like this when RCON is used.