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:
@@ -17,7 +17,7 @@ public class BlockMobSpawner extends BlockContainer {
|
||||
}
|
||||
|
||||
public int a(Random random) {
|
||||
return 1; // CraftBukkit
|
||||
return 0; // CraftBukkit
|
||||
}
|
||||
|
||||
// CraftBukkit start
|
||||
|
||||
Reference in New Issue
Block a user