1
0
Fork 0

Merge pull request #3121 from LogicParrot/loops

Prevent Nether teleportation loops
This commit is contained in:
LogicParrot 2016-04-04 18:16:15 +03:00
commit 4b626e1376
1 changed files with 1 additions and 1 deletions

View File

@ -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. */