bschug / poedit

Path of Exile ItemScript Editor / Preview
20 stars 5 forks source link

Parser Crash on Invalid Color #10

Closed bschug closed 9 years ago

bschug commented 9 years ago

When entering something that is not a number where the parser expects a color, an exception is thrown that aborts the entire update cycle. The parser should check if the numbers array is null.