Fix type:update
This commit is contained in:
parent
9387479b73
commit
064ebfb69d
@ -748,7 +748,7 @@ ActionParser.prototype.parseAction = function() {
|
||||
break;
|
||||
case "update":
|
||||
this.next = MotaActionBlocks['update_s'].xmlText([
|
||||
this.next, this.doNotCheckAutoEvents||false]);
|
||||
this.doNotCheckAutoEvents||false, this.next]);
|
||||
break;
|
||||
case "showStatusBar":
|
||||
this.next = MotaActionBlocks['showStatusBar_s'].xmlText([
|
||||
|
||||
Loading…
Reference in New Issue
Block a user