Adding support for both display names and sender names in the chat API.

This commit is contained in:
Glitchfinder
2013-02-01 18:59:22 -05:00
parent b633f36131
commit 60033d47ec
11 changed files with 100 additions and 93 deletions

View File

@ -18,7 +18,7 @@ public class McgodCommand implements CommandExecutor {
PlayerProfile profile;
switch (args.length) {
case 0:
case 0:
if (CommandHelper.noConsoleUsage(sender)) {
return true;
}