entity_line_of_sight accepts ids < 128 for transparents
LadyCailinBot opened this issue · 0 comments
CMDHELPER-3147 - Reported by Алексей.Положенцев
A code like
@line = entity_line_of_sight(puuid(player()), array(128))
will fail and cause a RangeException "Expecting an 8-bit enteger, but a larger value was found: 128"
All ids < 128 works fine.
Tested on CH build #3181