Rename and clean up MapleEventRecallCoordinator

This commit is contained in:
P0nk
2021-09-09 21:31:22 +02:00
parent fbb0a08663
commit aea3a7921d
4 changed files with 19 additions and 19 deletions

View File

@@ -19,7 +19,7 @@
*/
package net.server.task;
import net.server.coordinator.world.MapleEventRecallCoordinator;
import net.server.coordinator.world.EventRecallCoordinator;
/**
*
@@ -29,6 +29,6 @@ public class EventRecallCoordinatorTask implements Runnable {
@Override
public void run() {
MapleEventRecallCoordinator.getInstance().manageEventInstances();
EventRecallCoordinator.getInstance().manageEventInstances();
}
}