Skip to content

Commit

Permalink
Temporarily disable 'invisible lore' handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
aufdemrand committed Oct 8, 2013
1 parent 28fbb08 commit 6e5cd34
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -12,7 +12,9 @@ public class PacketHelper {

public PacketHelper(Denizen denizen) {
npHandler = new NameplateHandler(denizen);
ilHandler = new InvisibleLoreHandler(denizen);

// TODO: Find a way to get this to work in creative
// ilHandler = new InvisibleLoreHandler(denizen);

Depends.protocolManager.addPacketListener(getNameplateHandler());
}
Expand All @@ -25,4 +27,4 @@ public static InvisibleLoreHandler getInvisibleLoreHandler() {
return ilHandler;
}

}
}

0 comments on commit 6e5cd34

Please sign in to comment.