The /green command should now only affect dirt on the top layer.

This commit is contained in:
TomyLobo 2011-08-17 13:18:42 +02:00
parent 2b94ddf7ed
commit 93620ec168

View File

@ -2082,6 +2082,7 @@ public class EditSession {
if (setBlock(pt, grass)) { if (setBlock(pt, grass)) {
++affected; ++affected;
} }
break;
} }
} }
} }