Skip to content

Commit

Permalink
Remove Radio Tab Creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenBre4ker committed Mar 3, 2024
1 parent 0ce4c7f commit 1354356
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions gamemodes/terrortown/gamemode/client/cl_equip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -938,20 +938,6 @@ function TraitorMenuPopup()
)
end

-- Weapon/item control
if IsValid(client.radio) or client:HasWeapon("weapon_ttt_radio") then
local dradio = TRADIO.CreateMenu(dsheet)

dsheet:AddSheet(
GetTranslation("radio_name"),
dradio,
"icon16/transmit.png",
false,
false,
GetTranslation("equip_tooltip_radio")
)
end

-- Credit transferring
if credits > 0 then
local dtransfer = CreateTransferMenu(dsheet)
Expand Down

0 comments on commit 1354356

Please sign in to comment.