diff options
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. */ |