From 534ce8e8612da3ba6d610a782eeaf10c9135b947 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Fri, 22 Apr 2016 18:30:55 -0400 Subject: Started split to expidition --- entities/entities/gms_furnace_generic.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'entities') diff --git a/entities/entities/gms_furnace_generic.lua b/entities/entities/gms_furnace_generic.lua index 124a5a8..a2650e3 100644 --- a/entities/entities/gms_furnace_generic.lua +++ b/entities/entities/gms_furnace_generic.lua @@ -32,7 +32,6 @@ function ENT:InitalizeShared() for k,v in pairs(init_table) do if (self[v[1]]) then - print("v[2] is:"..v[2]) v[2](self[v[1]]) elseif (v[3] != nil) then v[2](self[v[3]]) @@ -42,5 +41,7 @@ function ENT:InitalizeShared() end function ENT:OnUse( ply ) - ply:OpenCombiMenu( "gms_copperfurnace" ) + if(self.use != nil) then + self:use(ply) + end end -- cgit v1.2.3-70-g09d2