aivaras Posted February 9, 2017 Share 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 Quote Link to comment Share on other sites More sharing options...
Saiyan Posted February 9, 2017 Share Posted February 9, 2017 Have u tried using the logger i.e log(getWorld().getCurrentWorld() + " " + "Current World"); Quote Link to comment Share on other sites More sharing options...
Lewis Posted February 9, 2017 Share Posted February 9, 2017 if (worlds.getCurrentWorld() == 318) { worlds.hop(319); } 1 Quote Link to comment Share on other sites More sharing options...
aivaras Posted February 9, 2017 Author Share Posted February 9, 2017 37 minutes ago, Lewis said: if (worlds.getCurrentWorld() == 318) { worlds.hop(319); } Thanks I'm idiot. Quote Link to comment Share on other sites More sharing options...
Lewis Posted February 9, 2017 Share Posted February 9, 2017 no problem Quote Link to comment Share on other sites More sharing options...