Code cleanup
Added missing this, annotations, etc.
This commit is contained in:
@@ -23,7 +23,7 @@ public abstract class GuiCustomSlot extends Gui implements ITooltip
|
||||
|
||||
public int getId()
|
||||
{
|
||||
return id;
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public boolean canClick( final EntityPlayer player )
|
||||
|
||||
Reference in New Issue
Block a user