diff options
author | madmaxoft <madmaxoft@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-13 10:28:24 +0100 |
---|---|---|
committer | madmaxoft <madmaxoft@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-13 10:28:24 +0100 |
commit | d0a606959bcf7e7eccfdcc715202a77fafe03a95 (patch) | |
tree | 0195df662b62a88ec808f0862442ebf6c041de4e /source/cClientHandle.h | |
parent | Gotten rid of stricmp MSVC warnings (diff) | |
download | cuberite-d0a606959bcf7e7eccfdcc715202a77fafe03a95.tar cuberite-d0a606959bcf7e7eccfdcc715202a77fafe03a95.tar.gz cuberite-d0a606959bcf7e7eccfdcc715202a77fafe03a95.tar.bz2 cuberite-d0a606959bcf7e7eccfdcc715202a77fafe03a95.tar.lz cuberite-d0a606959bcf7e7eccfdcc715202a77fafe03a95.tar.xz cuberite-d0a606959bcf7e7eccfdcc715202a77fafe03a95.tar.zst cuberite-d0a606959bcf7e7eccfdcc715202a77fafe03a95.zip |
Diffstat (limited to '')
-rw-r--r-- | source/cClientHandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cClientHandle.h b/source/cClientHandle.h index 6e1079569..0b868420e 100644 --- a/source/cClientHandle.h +++ b/source/cClientHandle.h @@ -64,7 +64,7 @@ public: E_PRIORITY_NORMAL
};
- static const int MAXBLOCKCHANGEINTERACTIONS = 10; // 5 didn't help, 10 seems to have done the trick
+ static const int MAXBLOCKCHANGEINTERACTIONS = 20; // 5 didn't help, 10 still doesn't work in Creative, 20 seems to have done the trick
static const int DEFAULT_VIEW_DISTANCE = 9; // The default ViewDistance (used when no value is set in Settings.ini)
static const int MAX_VIEW_DISTANCE = 10;
|