Stand-up

Results 2 issues of Stand-up

Sometimes, the death task is appended twice to the characternode whenever he dies, thus crashing the main game service. (as the previous task it's trying to run is null) Suggestion/fix:...

bug

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...

bug