1
0

Fixed saplings not growing into trees

git-svn-id: http://mc-server.googlecode.com/svn/trunk@924 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2012-10-03 19:01:34 +00:00
parent 5bbeeb3d66
commit 4168f739e1
2 changed files with 4 additions and 4 deletions

View File

@@ -795,7 +795,7 @@ void cWorld::GrowTreeFromSapling(int a_X, int a_Y, int a_Z, char a_SaplingMeta)
}
Other.insert(Other.begin(), Logs.begin(), Logs.end());
Logs.clear();
GrowTreeImage(Logs);
GrowTreeImage(Other);
}