Advertisement
Guest User

Untitled

a guest
May 4th, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. protected boolean func_174985_d() {
  2. try {
  3. if((ModuleManager.getModuleByName("PlayerESP").isEnabled() && (Demoniac.setmgr.getSettingByName("ESP Mode").getValString().equalsIgnoreCase("Glow")) && (!Config.isFastRender()))) {
  4. return true;
  5. }
  6. } catch (Exception localException) {
  7. if ((this.field_175015_z != null) && (this.field_174991_A != null) && (this.mc.thePlayer != null)) {
  8. return true;
  9. }
  10. }
  11. return false;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement