CommandHelper

CommandHelper

46.5k Downloads

Stacktrace with pcursor()

LadyCailin opened this issue ยท 2 comments

commented

CMDHELPER-2649 - Reported by Hekta on 2013-04-14 11:24:39 UTC

The line of code which caused the error : assign(@loc, pcursor(@player))

Pastebin : http://pastebin.com/SEF0xSbZ

commented

Comment by LadyCailin on 2013-04-29 19:27:57 UTC

This is actually a bug in bukkit, not CH. It's a known bug though, and they haven't fixed it in forever, so what I may do is account for it in the CH code and still print the stack trace, but also let you know this is not a problem with CH.

For reference: https://bukkit.atlassian.net/browse/BUKKIT-482

commented

Comment by jb_aero on 2013-04-30 03:01:13 UTC

This was my crack at it: 2d04c05#L5L421