Skip to content

Commit

Permalink
fix duplicated package name for UpdateAgent
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Sep 26, 2024
1 parent 4445dca commit da421a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package me.hsgamer.topper.agent.agent.update;
package me.hsgamer.topper.agent.update;

import me.hsgamer.topper.agent.core.Agent;
import me.hsgamer.topper.core.DataEntry;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import io.github.projectunified.minelib.scheduler.async.AsyncScheduler;
import io.github.projectunified.minelib.scheduler.global.GlobalScheduler;
import me.hsgamer.topper.agent.agent.update.UpdateAgent;
import me.hsgamer.topper.agent.update.UpdateAgent;
import me.hsgamer.topper.agent.core.Agent;
import me.hsgamer.topper.agent.holder.AgentDataHolder;
import me.hsgamer.topper.agent.snapshot.SnapshotAgent;
Expand Down

0 comments on commit da421a6

Please sign in to comment.