1
0
Fork 0

Prevent Nether teleportation loops

This commit is contained in:
LogicParrot 2016-04-04 17:27:41 +03:00
parent b4a6edc958
commit 4678dbbba3
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. */