Fixed chunk location bug

This commit is contained in:
Justin Aquadro 2011-11-05 19:45:11 -04:00
parent 3ee1bf753a
commit 08febcf6c4

View file

@ -160,6 +160,9 @@ namespace Substrate
{
_cx = x;
_cz = z;
_tree.Root["Level"].ToTagCompound()["xPos"].ToTagInt().Data = x;
_tree.Root["Level"].ToTagCompound()["zPos"].ToTagInt().Data = z;
}
/// <summary>