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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user