mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2024-12-22 23:40: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