mirror of
https://github.com/appgurueu/modlib.git
synced 2025-03-14 04:42:33 +01:00
Lower-case error messages
This commit is contained in:
@ -209,7 +209,7 @@ function colorspec.from_string(string)
|
||||
r = (floor(num / (16 ^ 2)) % 16) * 17
|
||||
}
|
||||
end
|
||||
error("Invalid colorstring: " .. string)
|
||||
error("invalid colorstring: " .. string)
|
||||
end
|
||||
|
||||
colorspec.from_text = colorspec.from_string
|
||||
|
Reference in New Issue
Block a user