Project cleanup pre merge.

This commit is contained in:
2023-07-15 09:23:48 -04:00
parent 134b651df8
commit 9bbdef224d
747 changed files with 99704 additions and 101200 deletions
+4 -4
View File
@@ -28,14 +28,14 @@ public class SummonSendJob extends AbstractScheduleJob {
@Override
protected void doJob() {
if (this.source == null)
if (this.source == null)
return;
//clear summon send timer
ConcurrentHashMap<String, JobContainer> timers = this.source.getTimers();
if (timers != null && timers.containsKey("SummonSend"))
if (timers != null && timers.containsKey("SummonSend"))
timers.remove("SummonSend");
}