mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2024-12-23 07:50: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.type = { SPRITE=0, MODEL=1, ERROR=99 }
|
||||||
u_skins.get_type = function(texture)
|
u_skins.get_type = function(texture)
|
||||||
if not u_skins.is_skin(texture) then
|
if not u_skins.is_skin(texture) then
|
||||||
return u_skins.ERROR
|
return u_skins.type.ERROR
|
||||||
end
|
end
|
||||||
return u_skins.MODEL
|
return u_skins.type.MODEL
|
||||||
end
|
end
|
||||||
-- )
|
-- )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user