here's the first problem

This commit is contained in:
Flameshadowxeroshin
2012-07-09 10:10:24 -05:00
parent 80496c92bb
commit 33054865ee
@@ -164,7 +164,7 @@ local function CreateSegments(Player)
end
kids.Actual:Draw();
end
t.InitCommand=function(self) self:SetDrawCommand(Draw); end
t.InitCommand=function(self) self:SetDrawFunction(Draw); end
end
end
return t