diff options
| author | fatpigsarefat <fatpigsarefat@outlook.com> | 2018-04-18 21:11:09 +0100 |
|---|---|---|
| committer | fatpigsarefat <fatpigsarefat@outlook.com> | 2018-04-18 21:11:09 +0100 |
| commit | 44f0601e91acfc3f73b030f2999db74ddacbf8f2 (patch) | |
| tree | 9a8447a489068ee205f0a1dc531ecac1718ad891 /src/me | |
| parent | d88a16f0d3d2c72bffdcdbc9a030f0473f92c54c (diff) | |
add todo
Diffstat (limited to 'src/me')
| -rw-r--r-- | src/me/fatpigsarefat/quests/commands/CommandQuests.java | 1 |
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")) { |
