mirror of
https://github.com/APercy/airutils.git
synced 2025-03-15 08:01:22 +00:00
fix
This commit is contained in:
parent
5431d0b4a4
commit
c616a97454
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ function airutils.set_player_skin(player, skin)
|
|||
else
|
||||
local old_texture = player:get_attribute(backup)
|
||||
if set_skin then
|
||||
if player:get_attribute("set_skin:player_skin") ~= nil 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")
|
||||
end
|
||||
elseif skins then
|
||||
|
|
Loading…
Add table
Reference in a new issue