I'm trying to skid a Hacked Client from Copy Pasta code and I just can't get this part to work.

In GuiIngame.java I have this chunk of code


if(mc.currentScreen != null){
return false;
}

Under the word "mc" I get a red line and an error saying "mc cannot be resolved to a variable"

?