Prevent Nether teleportation loops

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