Skip to content

Commit

Permalink
Update cl_gm13b_dev.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEndBoss101 authored Mar 28, 2022
1 parent 95c2855 commit a92f179
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
gm13_events_render_on = 0
gm13_events_show_names_on = 1
gm13_events_show_names_on = 0

function C_GM13B_GUI_Panel:Fill_GM13B_SubTab_Dev(GM13B_SubTab_Dev)
-- Setup
local GM13B_SubTab_Dev_List = vgui.Create("DScrollPanel", GM13B_SubTab_Dev)
Expand Down Expand Up @@ -87,4 +88,4 @@ function C_GM13B_GUI_Panel:Fill_GM13B_SubTab_Dev(GM13B_SubTab_Dev)
end
end
GM13B_SubTab_Dev_List:AddItem(gm13_events_show_names)
end
end

0 comments on commit a92f179

Please sign in to comment.