Skip to content

Commit 0e3fd2a

Browse files
authored
Update CeBattle.java
1 parent 09035a7 commit 0e3fd2a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/calculationEngine/battle/CeBattle.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ private void threadSleep() {
193193
}
194194

195195
private void setActionDone() {
196-
this.threadSleep = false; if (debug) System.out.println("[Battle Main Thread]: setAction Done");
196+
this.threadSleep = false;
197+
if (debug) System.out.println("[Battle Main Thread]: setAction Done");
197198
}
198199

199200
public CePlayer getTurn() {

0 commit comments

Comments
 (0)