diff options
Diffstat (limited to 'src/NetherPortalScanner.h')
-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 89ffd7d0e..393859b4d 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 = 1.5; + const double OutOffset = 0.5; const double AcrossOffset = 0.5; /** Builds a portal. */ |