summaryrefslogtreewikicommitdiff
path: root/src/main/java/cat/freya/khs/command/Confirm.java
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/java/cat/freya/khs/command/Confirm.java (renamed from src/main/java/dev/tylerm/khs/command/Confirm.java)8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/dev/tylerm/khs/command/Confirm.java b/src/main/java/cat/freya/khs/command/Confirm.java
index 9a13b72..34b145f 100644
--- a/src/main/java/dev/tylerm/khs/command/Confirm.java
+++ b/src/main/java/cat/freya/khs/command/Confirm.java
@@ -1,14 +1,14 @@
-package dev.tylerm.khs.command;
+package cat.freya.khs.command;
-import dev.tylerm.khs.command.util.ICommand;
+import cat.freya.khs.command.util.ICommand;
import org.bukkit.entity.Player;
import org.jetbrains.annotations.NotNull;
import java.util.*;
import java.util.function.Consumer;
-import static dev.tylerm.khs.configuration.Config.errorPrefix;
-import static dev.tylerm.khs.configuration.Localization.message;
+import static cat.freya.khs.configuration.Config.errorPrefix;
+import static cat.freya.khs.configuration.Localization.message;
public class Confirm implements ICommand {