{
//mc.thePlayer.dropCurrentItem();
}
if(i == mc.gameSettings.keyBindChat.getKeyCode())
{
mc.displayGuiScreen(new GuiChat());
}
if(i == mc.gameSettings.keyBindCommand.getKeyCode())
{
mc.displayGuiScreen(new GuiChat("/"));
}
if(i == KeyInputHandler.debugKey.getKeyCode())
{
FlansMod.DEBUG = !FlansMod.DEBUG;
}