disable poshud by default
This commit is contained in:
parent
3cc01968fc
commit
fcac09b81a
@ -56,7 +56,7 @@ end
|
|||||||
local function updatehud(player, text)
|
local function updatehud(player, text)
|
||||||
local name = player:get_player_name()
|
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
|
-- check if the player enabled the hud
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user