Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 30th, 2012  |  syntax: None  |  size: 0.19 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. if(Minecraft.thePlayer.username.equals("") || Minecraft.thePlayer.username.equals(""))
  2.         {
  3.                 displayGuiScreen(new GuiMainMenu());
  4.         }else{
  5.                 shutdown();
  6.         }