Skip to content

Commit

Permalink
Fix blockglitch command imports
Browse files Browse the repository at this point in the history
Signed-off-by: applenick <[email protected]>
  • Loading branch information
applenick committed Jan 13, 2025
1 parent 4a00e28 commit 1563cb7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
import dev.pgm.community.moderation.feature.loggers.BlockGlitchLogger;
import net.kyori.adventure.text.format.NamedTextColor;
import org.bukkit.Location;
import org.incendo.cloud.annotations.Argument;
import org.incendo.cloud.annotations.Command;
import org.incendo.cloud.annotations.Permission;
import tc.oc.pgm.api.player.MatchPlayer;
import tc.oc.pgm.lib.org.incendo.cloud.annotations.Argument;
import tc.oc.pgm.lib.org.incendo.cloud.annotations.Command;
import tc.oc.pgm.lib.org.incendo.cloud.annotations.Permission;

public class BlockGlitchCommand {
private static final int TP_DISTANCE = 15;
Expand Down

0 comments on commit 1563cb7

Please sign in to comment.