asteria-3.0 icon indicating copy to clipboard operation
asteria-3.0 copied to clipboard

Nullpointer when you teleport someone to yourself.

Open Stand-up opened this issue 9 years ago • 1 comments

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

Stand-up avatar Aug 16 '15 22:08 Stand-up

Thanks for this

lare96 avatar Aug 21 '15 17:08 lare96