Fixed issues with CPU loop

This commit is contained in:
Shoghi Cervantes
2014-03-12 03:25:50 +01:00
parent e033af0e72
commit 18117b91ed
4 changed files with 11 additions and 11 deletions

View File

@ -262,7 +262,7 @@ abstract class Block extends Position{
self::DANDELION => new Dandelion(),
self::CYAN_FLOWER => new CyanFlower(),
self::BROWN_MUSHROOM => new BrownMushroom(),
self::RED_MUSHROOM => new RedMushRoom(),
self::RED_MUSHROOM => new RedMushroom(),
self::GOLD_BLOCK => new Gold(),
self::IRON_BLOCK => new Iron(),
self::DOUBLE_SLAB => new DoubleSlab(),