Thought I deleted this

This commit is contained in:
thegrb93 2018-12-29 02:18:54 -06:00
parent 9bd7c4dc56
commit fde269f116

View File

@ -1103,10 +1103,6 @@ if(CLIENT)then
local function BuildCPanel(CPanel)
CPanel:ClearControls()
if(!file.Exists("advdupe2", "DATA"))then
file.CreateDir("advdupe2")
end
local FileBrowser = vgui.Create("advdupe2_browser")
CPanel:AddItem(FileBrowser)
FileBrowser:SetSize(CPanel:GetWide(),405)