CommandHelper

CommandHelper

46.5k Downloads

return() in bind throws a FormatException.

LadyCailinBot opened this issue ยท 1 comments

commented

CMDHELPER-2853 - Reported by CyaNox

bind(player_interact, null, null, @e,
  return()
)

Produces:

[04:13:48 INFO]: FormatException
        <<main code>>:/.../test.ms:6

No additional trace and no message for that exception.

commented

Comment by LadyCailin

Fixed. It now just ends the event execution. break/continue cause an error, but the error message is more descriptive.