This commit is contained in:
Shaun Bennett 2015-12-07 06:12:49 -05:00
parent a39b11ce67
commit 7984c0ac31
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public class HolidayManager implements Listener
@EventHandler
public void blockEffect(UpdateEvent event)
{
if (event.getType() == UpdateType.TICK)
if (event.getType() != UpdateType.TICK)
return;
Iterator<Block> blockIterator = _active.iterator();