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 end
kids.Actual:Draw(); kids.Actual:Draw();
end end
t.InitCommand=function(self) self:SetDrawCommand(Draw); end t.InitCommand=function(self) self:SetDrawFunction(Draw); end
end end
end end
return t return t