Removed unused code from PixelScheduler

This commit is contained in:
KrewsOrg 2019-07-17 00:36:33 +01:00
parent 39937613e2
commit 4d026f97e7

View File

@ -4,13 +4,11 @@ import com.eu.habbo.Emulator;
import com.eu.habbo.habbohotel.users.Habbo;
import java.util.Map;
import java.util.Set;
public class PixelScheduler extends Scheduler {
public static boolean IGNORE_HOTEL_VIEW;
public static boolean IGNORE_IDLED;
public static Set<Map.Entry<Integer, Habbo>> HABBOS;
public PixelScheduler() {
super(Emulator.getConfig().getInt("hotel.auto.pixels.interval"));