This commit is contained in:
luk3yx 2019-03-05 15:01:57 +13:00
parent ebda3968ef
commit dd68abd1e4
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ end
-- "Hide" players
function cloaking.hide_player(player)
-- Sanity check
if type(player) ~= 'string' then
if type(player) == "string" then
local _
player, _ = player_and_name(player, true)
if not player then return end