Ye olde typoe.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4618 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-03-06 22:39:53 +00:00
parent f3f810b49f
commit f13e02df2b
@@ -81,7 +81,7 @@ public class TokenRing extends SimpleStreamableObject
*/
public function holdsToken (token :int) :Boolean
{
return (_token & token) == token;
return (_tokens & token) == token;
}
/**