bdw0223 Posted January 28, 2016 Share Posted January 28, 2016 thx for the fast update! Link to comment
Cookie Monstaaa Posted January 28, 2016 Share Posted January 28, 2016 Heres to hoping this solves every one's issues!.... Link to comment
dopenes Posted January 30, 2016 Share Posted January 30, 2016 Hey, I noticed that webWalking(Position position) is deprecated... What is the alternative to webWalking to a specific position? Link to comment
Flamezzz Posted January 30, 2016 Share Posted January 30, 2016 Hey, I noticed that webWalking(Position position) is deprecated... What is the alternative to webWalking to a specific position? You should use webWalking(Position... positions), so if you have a single position you have to create an array until they remove the deprecated one... Position p = new Position(x,y,z); walking.webWalk(new Position[]{p}); Link to comment
dopenes Posted January 30, 2016 Share Posted January 30, 2016 You should use webWalking(Position... positions), so if you have a single position you have to create an array until they remove the deprecated one... Position p = new Position(x,y,z); walking.webWalk(new Position[]{p}); I see, thanks. Link to comment
Harry Posted February 5, 2016 Share Posted February 5, 2016 Late reply, but sweet and thanks for the updates Alek. Link to comment
Poopy Posted February 10, 2016 Share Posted February 10, 2016 working hard as always my friend! Link to comment
boitsenko Posted February 11, 2016 Share Posted February 11, 2016 Can you add hot button that locks/unlocks screen usage? Link to comment