Skip to content

Commit 15f6f0d

Browse files
committed
🐳 fix mehtod
1 parent 1ac41d3 commit 15f6f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common-core/src/main/java/com/iohao/game/action/skeleton/core/InOutManagerAbout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void fuckOut(FlowContext flowContext) {
101101
}
102102

103103
if (size == 1) {
104-
this.outList.getFirst().fuckIn(flowContext);
104+
this.outList.getFirst().fuckOut(flowContext);
105105
return;
106106
}
107107

0 commit comments

Comments
 (0)