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
@@ -27,19 +27,19 @@ public class UpdateGroupJob extends AbstractScheduleJob {
@Override
protected void doJob() {
if (this.group == null)
return;
PlayerCharacter lead = group.getGroupLead();
if (lead == null)
return;
try {
GroupManager.RefreshWholeGroupList(lead, lead.getClientConnection(), this.group);
} catch (Exception e) {
Logger.error( e);
Logger.error(e);
}
JobScheduler.getInstance().scheduleJob(this, MBServerStatics.UPDATE_GROUP_RATE);