mirror of
https://github.com/APercy/airutils.git
synced 2025-03-21 18:41:21 +00:00
removing unused if
This commit is contained in:
parent
6b5e263a4c
commit
365ff81f0d
1 changed files with 0 additions and 4 deletions
|
@ -55,10 +55,6 @@ function airutils.set_player_skin(player, skin)
|
||||||
if player:get_attribute("set_skin:player_skin") ~= nil and player:get_attribute("set_skin:player_skin") ~= "" then
|
if player:get_attribute("set_skin:player_skin") ~= nil and player:get_attribute("set_skin:player_skin") ~= "" then
|
||||||
old_texture = player:get_attribute("set_skin:player_skin")
|
old_texture = player:get_attribute("set_skin:player_skin")
|
||||||
end
|
end
|
||||||
elseif u_skins then
|
|
||||||
if u_skins.u_skins[name] ~= nil then
|
|
||||||
old_texture = u_skins.u_skins[name]
|
|
||||||
end
|
|
||||||
elseif wardrobe then
|
elseif wardrobe then
|
||||||
if wardrobe.playerSkins then
|
if wardrobe.playerSkins then
|
||||||
if wardrobe.playerSkins[name] ~= nil then
|
if wardrobe.playerSkins[name] ~= nil then
|
||||||
|
|
Loading…
Add table
Reference in a new issue