Skip to content

Commit

Permalink
"Gloabel"
Browse files Browse the repository at this point in the history
  • Loading branch information
TimGoll committed Feb 16, 2020
1 parent 8a76997 commit 230cb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamemodes/terrortown/gamemode/client/cl_targetid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ function HUDDrawTargetIDTButtons(tData)
local client = LocalPlayer()
local ent = tData:GetEntity()

local admin_mode = GetGloablBool("ttt2_tbutton_admin_show", false)
local admin_mode = GetGlobalBool("ttt2_tbutton_admin_show", false)

if not IsValid(client) or not client:IsTerror() or not client:Alive()
or not IsValid(ent) or ent:GetClass() ~= "ttt_traitor_button" or tData:GetEntityDistance() > ent:GetUsableRange() then
Expand Down

0 comments on commit 230cb43

Please sign in to comment.