diff options
author | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-04-04 17:16:15 +0200 |
---|---|---|
committer | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-04-04 17:16:15 +0200 |
commit | 4b626e1376afc3a5f50bdb7f2db3a1afe0e7f249 (patch) | |
tree | 1ef122032191c22810c1e2b0b3dc53aededfd124 /src | |
parent | Merge pull request #3097 from LogicParrot/noFall (diff) | |
parent | Prevent Nether teleportation loops (diff) | |
download | cuberite-4b626e1376afc3a5f50bdb7f2db3a1afe0e7f249.tar cuberite-4b626e1376afc3a5f50bdb7f2db3a1afe0e7f249.tar.gz cuberite-4b626e1376afc3a5f50bdb7f2db3a1afe0e7f249.tar.bz2 cuberite-4b626e1376afc3a5f50bdb7f2db3a1afe0e7f249.tar.lz cuberite-4b626e1376afc3a5f50bdb7f2db3a1afe0e7f249.tar.xz cuberite-4b626e1376afc3a5f50bdb7f2db3a1afe0e7f249.tar.zst cuberite-4b626e1376afc3a5f50bdb7f2db3a1afe0e7f249.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/NetherPortalScanner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NetherPortalScanner.h b/src/NetherPortalScanner.h index 393859b4d..e9e210b2f 100644 --- a/src/NetherPortalScanner.h +++ b/src/NetherPortalScanner.h @@ -40,7 +40,7 @@ private: static const int SearchSolidBaseWidth = 3; /** Where to place the player out from the face and across the face */ - const double OutOffset = 0.5; + const double OutOffset = 2; const double AcrossOffset = 0.5; /** Builds a portal. */ |