1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 02:12:58 +01:00

Major updates to Herbalism.

This commit is contained in:
GJ
2012-03-10 13:03:31 -05:00
parent 5d55af8183
commit ce8ddded92
5 changed files with 273 additions and 287 deletions

View File

@@ -147,7 +147,7 @@ public class BlockChecks {
case RED_ROSE:
case YELLOW_FLOWER:
case WATER_LILY:
addToChangeQueue = false; //We don't want these added to chaneQueue - they're already being added to the fast queue
addToChangeQueue = false; //We don't want these added to changeQueue - they're already being added to the fast queue
plugin.fastChangeQueue.push(block);
break;