13
0
geforkt von Mirrors/Paper
Paper/src
cexikitin 8bc9e712e1 Spawn monsters without prematurely exiting. Fixes BUKKIT-3425
By using return 0, we exit the loop prematurely preventing other
creature types from being spawned if one type is set to 0. By using
continue we move on to the other types and allow them to spawn
properly.
2013-01-14 19:24:08 -06:00
..
main Spawn monsters without prematurely exiting. Fixes BUKKIT-3425 2013-01-14 19:24:08 -06:00
test/java/org/bukkit Update unit test to reflect firework color fix. Fixes BUKKIT-3382 2013-01-05 17:16:19 -06:00