From 4678dbbba360b7ebf87262fa7a358d815daca3c0 Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Mon, 4 Apr 2016 17:27:41 +0300 Subject: Prevent Nether teleportation loops --- src/NetherPortalScanner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- cgit v1.2.3