@magic-xpa/engine 4.1000.0-dev4100.120 → 4.1000.0-dev4100.122

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21476,7 +21476,9 @@ class EventHandler {
21476
21476
  else if (this._operationTab.getOperation(oper.getBlockEnd()).getServerId() < nextOperIdx)
21477
21477
  continue;
21478
21478
  if (!taskEnd) {
21479
- if (await this._task.evalEndCond(ConstInterface.END_COND_EVAL_IMMIDIATE) && Environment.Instance.getSpecialImmediateHandlerEnd())
21479
+ let mainLevel = this._task.getMainLevel().toLowerCase();
21480
+ if (await this._task.evalEndCond(ConstInterface.END_COND_EVAL_IMMIDIATE) && Environment.Instance.getSpecialImmediateHandlerEnd() &&
21481
+ mainLevel != "RP".toLowerCase() && mainLevel != "TP".toLowerCase() && mainLevel != "RS".toLowerCase() && mainLevel != "TS".toLowerCase())
21480
21482
  break;
21481
21483
  }
21482
21484
  if (this._taskMgdID !== mgdID)
@@ -29533,7 +29535,7 @@ class CommandsTable {
29533
29535
  }
29534
29536
  }
29535
29537
 
29536
- let CurrentClientVersion = '4.1000.0-dev4100.120';
29538
+ let CurrentClientVersion = '4.1000.0-dev4100.122';
29537
29539
 
29538
29540
  class ClientManager {
29539
29541
  static get Instance() {