revert change to make mobspawners drop a spawner of that type

removed some debug code
fixed a 1.5 compatibility issue
This commit is contained in:
Tahg
2011-09-29 15:36:02 -04:00
parent 935313dea7
commit b73d095a9f
3 changed files with 6 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ public class BlockMobSpawner extends BlockContainer {
}
public int a(Random random) {
return 1; // CraftBukkit
return 0; // CraftBukkit
}
// CraftBukkit start