summaryrefslogtreecommitdiffstats
path: root/src/Entities/Player.cpp
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2016-04-05 20:46:51 +0200
committerLogicParrot <LogicParrot@users.noreply.github.com>2016-04-05 20:47:49 +0200
commitbb0e88558929747a016209b191c54810253b39f6 (patch)
tree2ea91e0dca574e2fa938e8e9aad306fee1a7e29b /src/Entities/Player.cpp
parentMerge pull request #3124 from LogicParrot/noFall2 (diff)
downloadcuberite-bb0e88558929747a016209b191c54810253b39f6.tar
cuberite-bb0e88558929747a016209b191c54810253b39f6.tar.gz
cuberite-bb0e88558929747a016209b191c54810253b39f6.tar.bz2
cuberite-bb0e88558929747a016209b191c54810253b39f6.tar.lz
cuberite-bb0e88558929747a016209b191c54810253b39f6.tar.xz
cuberite-bb0e88558929747a016209b191c54810253b39f6.tar.zst
cuberite-bb0e88558929747a016209b191c54810253b39f6.zip
Diffstat (limited to 'src/Entities/Player.cpp')
-rw-r--r--src/Entities/Player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/Player.cpp b/src/Entities/Player.cpp
index 83f134bf5..48ba2a3cc 100644
--- a/src/Entities/Player.cpp
+++ b/src/Entities/Player.cpp
@@ -354,7 +354,7 @@ void cPlayer::TickFreezeCode()
}
}
}
- else if (GetWorld()->GetWorldAge() % 4096 == 0)
+ else if (GetWorld()->GetWorldAge() % 100 == 0)
{
// Despite the client side freeze, the player may be able to move a little by
// Jumping or canceling flight. Re-freeze every now and then