The event needs to be cancellable now.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4318 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-08-11 02:03:47 +00:00
parent ce5caaedfe
commit 999acc1829
@@ -39,7 +39,7 @@ public class CommandEvent extends Event
*/
public function CommandEvent (command :String, arg :Object)
{
super(TYPE, true);
super(TYPE, true, true);
if (_blockConstructor) {
throw new IllegalOperationError();
}