Update init.lua
This commit is contained in:
parent
47ae9bd546
commit
8cebe3a7e1
@ -272,6 +272,10 @@ local patrons = {
|
|||||||
local name
|
local name
|
||||||
local temp_cape
|
local temp_cape
|
||||||
local get_texture = function(player)
|
local get_texture = function(player)
|
||||||
|
if not player then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
name = string.lower(player:get_player_name())
|
name = string.lower(player:get_player_name())
|
||||||
|
|
||||||
temp_cape = nil
|
temp_cape = nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user