Add !
This commit is contained in:
parent
a39b11ce67
commit
7984c0ac31
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user