1
0

Light the nether portal when switching dimensions (#5062)

* Fixes #5007
This commit is contained in:
cflep
2020-12-01 02:02:19 +01:00
committed by GitHub
parent 98cf4025ce
commit 5aad42a4d0

View File

@@ -264,7 +264,7 @@ void cNetherPortalScanner::BuildNetherPortal(Vector3i a_Location, Direction a_Di
}
// Fill the frame (place a fire in the bottom)
m_World.SetBlock(x + 1, y + 1, z + 1, E_BLOCK_FIRE, 0);
m_World.PlaceBlock(Vector3<int>(x + 1, y + 1, z + 1), E_BLOCK_FIRE, 0);
}