CommandHelper

CommandHelper

46.5k Downloads

Label problem in foreach when using "as" format

LadyCailinBot opened this issue ยท 1 comments

commented

CMDHELPER-3101 - Reported by PseudoKnight

"Invalid use of concatenation with label"

commented

Comment by PseudoKnight

I'm not sure which commit broke this, but it appears in foreach optimization it creates a CEntry for the label in the "in" format (which avoids the issue in autoconcat optimization), but doesn't for the "as" format.