aboutsummaryrefslogtreecommitdiff
path: root/src/net/brysonsteck/Resurrection/commands/CommandBug.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/brysonsteck/Resurrection/commands/CommandBug.java')
-rw-r--r--src/net/brysonsteck/Resurrection/commands/CommandBug.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/brysonsteck/Resurrection/commands/CommandBug.java b/src/net/brysonsteck/Resurrection/commands/CommandBug.java
index 894fcbc..75ed5cf 100644
--- a/src/net/brysonsteck/Resurrection/commands/CommandBug.java
+++ b/src/net/brysonsteck/Resurrection/commands/CommandBug.java
@@ -11,6 +11,9 @@ import org.bukkit.scheduler.BukkitRunnable;
public class CommandBug implements CommandExecutor {
+ public CommandBug(String debug) {
+ }
+
@Override
public boolean onCommand(CommandSender commandSender, Command command, String s, String[] strings) {
if (commandSender instanceof Player) {