From 064ebfb69d713a88c50c13cb1a0f696b62b2d1af Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Sun, 28 Jun 2020 14:50:43 +0800 Subject: [PATCH] Fix type:update --- _server/MotaActionParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_server/MotaActionParser.js b/_server/MotaActionParser.js index 12b11351..56e58cbf 100644 --- a/_server/MotaActionParser.js +++ b/_server/MotaActionParser.js @@ -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([