forked from mirrors/NBTExplorer
Fixed chunk location bug
This commit is contained in:
parent
3ee1bf753a
commit
08febcf6c4
1 changed files with 3 additions and 0 deletions
|
@ -160,6 +160,9 @@ namespace Substrate
|
||||||
{
|
{
|
||||||
_cx = x;
|
_cx = x;
|
||||||
_cz = z;
|
_cz = z;
|
||||||
|
|
||||||
|
_tree.Root["Level"].ToTagCompound()["xPos"].ToTagInt().Data = x;
|
||||||
|
_tree.Root["Level"].ToTagCompound()["zPos"].ToTagInt().Data = z;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in a new issue