disable poshud by default

This commit is contained in:
Sergei Mozhaisky 2019-11-15 23:57:02 +00:00
parent 3cc01968fc
commit fcac09b81a

View File

@ -56,7 +56,7 @@ end
local function updatehud(player, text)
local name = player:get_player_name()
if player_hud_enabled[name]==false then
if player_hud_enabled[name]~=true then
-- check if the player enabled the hud
return
end