1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00

Disabled the AdvancedRainbowTicker - is this one still needed?

This commit is contained in:
MisterErwin 2018-09-04 18:40:06 +02:00 committed by TheBusyBiscuit
parent f18aa30631
commit 3f588e92ba

View File

@ -19,7 +19,7 @@ public class AdvancedRainbowTicker extends BlockTicker {
@SuppressWarnings("deprecation") @SuppressWarnings("deprecation")
@Override @Override
public void tick(Block b, SlimefunItem item, Config cfg) { public void tick(Block b, SlimefunItem item, Config cfg) {
b.setData((byte) data[index], false); // b.setData((byte) data[index], false); //ToDo is this one needed?
} }
@Override @Override