aboutsummaryrefslogtreecommitdiffstats
path: root/src/me/fatpigsarefat/quests/commands
diff options
context:
space:
mode:
authorfatpigsarefat <fatpigsarefat@outlook.com>2018-04-18 21:11:09 +0100
committerfatpigsarefat <fatpigsarefat@outlook.com>2018-04-18 21:11:09 +0100
commit44f0601e91acfc3f73b030f2999db74ddacbf8f2 (patch)
tree9a8447a489068ee205f0a1dc531ecac1718ad891 /src/me/fatpigsarefat/quests/commands
parentd88a16f0d3d2c72bffdcdbc9a030f0473f92c54c (diff)
add todo
Diffstat (limited to 'src/me/fatpigsarefat/quests/commands')
-rw-r--r--src/me/fatpigsarefat/quests/commands/CommandQuests.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/me/fatpigsarefat/quests/commands/CommandQuests.java b/src/me/fatpigsarefat/quests/commands/CommandQuests.java
index 7428e1c8..a1975ef5 100644
--- a/src/me/fatpigsarefat/quests/commands/CommandQuests.java
+++ b/src/me/fatpigsarefat/quests/commands/CommandQuests.java
@@ -108,6 +108,7 @@ public class CommandQuests implements CommandExecutor {
sender.sendMessage(Messages.COMMAND_QUEST_ADMIN_PLAYERNOTFOUND.getMessage().replace("{player}", args[3]));
return true;
}
+ //TODO finish moddata command
showAdminHelp(sender, "opengui");
return true;
} else if (args[1].equalsIgnoreCase("moddata")) {