.getPrivateValue(CommandHandler.class, (CommandHandler) server.getCommandManager(), "commandMap", "a", "field_71562_a");
if (cmds.containsKey("tell"))
{
OutputHandler.felog.finer("Removing command tell from vanilla set.");
cmds.remove("tell");
cmds.put("tell", new CommandMsg());
}
ReflectionHelper.setPrivateValue(CommandHandler.class, (CommandHandler) server.getCommandManager(), cmds, "commandMap", "a", "field_71562_a");
}
catch (Exception e)
{