We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09035a7 commit 0e3fd2aCopy full SHA for 0e3fd2a
1 file changed
src/main/java/calculationEngine/battle/CeBattle.java
@@ -193,7 +193,8 @@ private void threadSleep() {
193
}
194
195
private void setActionDone() {
196
- this.threadSleep = false; if (debug) System.out.println("[Battle Main Thread]: setAction Done");
+ this.threadSleep = false;
197
+ if (debug) System.out.println("[Battle Main Thread]: setAction Done");
198
199
200
public CePlayer getTurn() {
0 commit comments