-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runner #5
base: master
Are you sure you want to change the base?
Runner #5
Conversation
Looks OK. But I have these questions:
|
This Runner class is just a quick and dirty way to test the rest of the code. I haven't made any changes that should affect the android branch. It could be that the master branch is just behind the android branch. Will fix the indenting. |
The runnable changes may affect android branch. Will look further into that. |
The android branch is strange. It doesn't contain the rest of the code, so I'm curious about how its even built. I don't have the android SDK myself, but the one change I'd think would need to be made is now in my AndroidRunnable branch. |
public String connect_packet_error_abort() { return "connect_error_abort()"; } | ||
} | ||
|
||
public static void main(String[] args) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you use tabs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will fix tomorrow.
Fixed a number of bugs that prevented the Bot from even connecting to an MCPE server. Before it would hang infinitely during initialization in ReceivedRaknetPacket.registerTypes(). Also found a null pointer issue in SentRaknetPacket.sendTo().