Closed hexium310 closed 1 year ago
There were cases where hl_map[name] is nil and then an error occurs at string.match(). In that case, the script stops, so uncommenting didn't work.
hl_map[name]
string.match()
Sorry for late... Thanks.
There were cases where
hl_map[name]
is nil and then an error occurs atstring.match()
. In that case, the script stops, so uncommenting didn't work.