MobArena/resources
garbagemule f85f9e20d7 Add copy() method to Wave interface.
When the WaveManager is queried for the next wave to be spawned via
the next() method, it now returns a copy of the wave instead of the
wave itself. This is because waves (boss waves in particular) have
state, and this state is transferred to the next occurrence of the
given wave. This caused recurrent boss waves to inconsistently share
state, which resulted in the BossAbilityThread bailing early after
the first occurrence of the boss wave it belonged to. By copying
the initial wave state in the WaveManager, the issue is fixed.

Fixes: http://dev.bukkit.org/bukkit-plugins/mobarena/tickets/1220/
2014-02-24 17:22:20 +01:00
..
res Add per-arena setting: show-death-messages 2014-01-22 13:59:17 +01:00
config.yml Get rid of config adapter. 2013-08-15 14:37:10 +02:00
magicspells.yml Fix MagicSpells config loading issue. 2013-08-23 16:22:42 +02:00
plugin.yml Add copy() method to Wave interface. 2014-02-24 17:22:20 +01:00