Update init.lua

This commit is contained in:
oilboi 2020-07-03 15:39:31 -04:00
parent 47ae9bd546
commit 8cebe3a7e1

View File

@ -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