asteria-3.0
asteria-3.0 copied to clipboard
Nullpointer when you teleport someone to yourself.
Have 2 clients open, and teleport the second client to yourself using the teletome command.
http://prntscr.com/85f5qm http://prntscr.com/85f8ug
The fix is
if(builder.getStrategy() == null) {
return false;
}
inside Combat#CheckAttackDistance
Thanks for this