mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Use correct type name in Color3 FromLuaConversionError
This commit is contained in:
parent
482382feab
commit
e8cf4ddd59
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ impl<'lua> FromLua<'lua> for Color3 {
|
|||
} else {
|
||||
Err(LuaError::FromLuaConversionError {
|
||||
from: value.type_name(),
|
||||
to: "EnumItem",
|
||||
to: "Color3",
|
||||
message: None,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue