Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit e571ab1

Browse files
committed
fix
1 parent eadb598 commit e571ab1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
-5 Bytes
Binary file not shown.

ported_plugins/plugins/rex_taffyd/source/c3runtime/conditions.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
var for_each_row = function (r, i) {
1919
if (solModifierAfterCnds) {
2020
this._runtime.GetEventSheetManager().PushCopySol(solmod);
21-
p.Pop();
2221
}
2322

2423
self.exp_CurRowID = r["___id"];
@@ -28,8 +27,8 @@
2827

2928
if (solModifierAfterCnds) {
3029
this._runtime.GetEventSheetManager().PopSol(solmod);
31-
p.Pop();
3230
}
31+
p.Pop();
3332
};
3433
queriedRows["each"](for_each_row);
3534

0 commit comments

Comments
 (0)