Removed unused (and global, argh) temp variable.

This commit is contained in:
SticklyMan 2015-11-07 16:07:43 -07:00
parent 3611d31d35
commit a9f61ec2d0

View File

@ -426,7 +426,6 @@ groups.teammodifiers.OnRowSelected = function( self, LineID, Line )
end
groups.teammodspace:Add( groups.teamctrl )
groups.modelList = vgui.Create( "DModelSelect" )
temp = groups.modelList
groups.updateModelPanel()
for _, item in ipairs( groups.modelList.Items ) do
if item.ConVars == Line:GetColumnText(2) or item.Model == Line:GetColumnText(2) then