Removing the if ((i % 2) == 0){} should work.
If you are unsure how to to do that, you can also replace if ((i % 2) == 0) by if (false)
Removing the if ((i % 2) == 0){} should work.
If you are unsure how to to do that, you can also replace if ((i % 2) == 0) by if (false)