Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug Widlerness.getDepth()

I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
Code:
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:592)
at java.lang.Short.parseShort(Short.java:118)
at java.lang.Short.valueOf(Short.java:174)
at java.lang.Short.valueOf(Short.java:200)
at com.runemate.game.api.hybrid.local.Wilderness.getDepth(ftb:125)
at com.scripts.script.super(h:150)
at com.runemate.game.api.script.framework.core.LoopingThread.run(pbb:146)
 
Top