aivaras Posted February 9, 2017 Posted February 9, 2017 (edited) For some reason it wont hop to specific world. My code. if (worlds.getCurrentWorld() == 18) { worlds.hop(19); } hopToRandomP2p works fine. Edited February 9, 2017 by aivaras
Saiyan Posted February 9, 2017 Posted February 9, 2017 Have u tried using the logger i.e log(getWorld().getCurrentWorld() + " " + "Current World");
Lewis Posted February 9, 2017 Posted February 9, 2017 if (worlds.getCurrentWorld() == 318) { worlds.hop(319); } 1
aivaras Posted February 9, 2017 Author Posted February 9, 2017 37 minutes ago, Lewis said: if (worlds.getCurrentWorld() == 318) { worlds.hop(319); } Thanks I'm idiot.