mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 15:23:48 +01:00
Lower-case error messages
This commit is contained in:
parent
6ef5aad1d7
commit
0f83e6f470
@ -209,7 +209,7 @@ function colorspec.from_string(string)
|
|||||||
r = (floor(num / (16 ^ 2)) % 16) * 17
|
r = (floor(num / (16 ^ 2)) % 16) * 17
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
error("Invalid colorstring: " .. string)
|
error("invalid colorstring: " .. string)
|
||||||
end
|
end
|
||||||
|
|
||||||
colorspec.from_text = colorspec.from_string
|
colorspec.from_text = colorspec.from_string
|
||||||
|
Loading…
Reference in New Issue
Block a user