job worker thread

This commit is contained in:
2025-02-07 11:38:12 -06:00
parent 86c0bbb065
commit 17e54ea4aa
48 changed files with 92 additions and 49 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ public class TransferStatOTJob extends AbstractEffectJob {
}
@Override
protected void doJob() {
public void doJob() {
if (this.dot == null || this.target == null || this.action == null || this.source == null || this.eb == null || this.action == null || this.power == null)
return;
if (!this.target.isAlive()) {