max for animation defaults to 1 instead of 0

git-svn-id: http://gmodcapsadmin.googlecode.com/svn/trunk/addons/pac3@24 047d434e-d786-fb00-e516-99c5e643cd71
This commit is contained in:
CapsAdmin 2012-05-31 16:51:08 +00:00
parent 6cb7d3215b
commit d19e0bd2fb

View File

@ -10,7 +10,7 @@ pac.StartStorableVars()
pac.GetSet(PART, "Rate", 1)
pac.GetSet(PART, "Offset", 0)
pac.GetSet(PART, "Min", 0)
pac.GetSet(PART, "Max", 0)
pac.GetSet(PART, "Max", 1)
pac.EndStorableVars()
function PART:GetEntity()