Rename and clean up MapleEventRecallCoordinator
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user