mirror of
https://github.com/SmallJoker/minetest-u_skinsdb.git
synced 2024-11-16 07:00:18 +01:00
Typo?
This commit is contained in:
parent
343a08e44a
commit
29332b7cf3
|
@ -13,9 +13,9 @@ u_skins.file_save = false
|
|||
u_skins.type = { SPRITE=0, MODEL=1, ERROR=99 }
|
||||
u_skins.get_type = function(texture)
|
||||
if not u_skins.is_skin(texture) then
|
||||
return u_skins.ERROR
|
||||
return u_skins.type.ERROR
|
||||
end
|
||||
return u_skins.MODEL
|
||||
return u_skins.type.MODEL
|
||||
end
|
||||
-- )
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user