fix player tick rate

This commit is contained in:
MihailRis 2024-12-08 15:38:03 +03:00
parent a036c5e383
commit 5fe5c6b27a

View File

@ -197,7 +197,7 @@ PlayerController::PlayerController(
player(level->players->get(0)),
camControl(player, settings.camera),
blocksController(blocksController),
playerTickClock(60, 1) {
playerTickClock(20, 3) {
}
void PlayerController::onFootstep(const Hitbox& hitbox) {