Skip to content

Commit

Permalink
Updating version, removing an implemented TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne0nx3r0 committed May 16, 2012
1 parent 82e2e7b commit f79240c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion com/ne0nx3r0/quantum/circuits/CircuitManager.java
Expand Up @@ -51,7 +51,6 @@ public final class CircuitManager{
Material.BED_BLOCK,
Material.FURNACE,
//Material.POWERED_RAIL,//TODO: Figure out powered rail as sender
//TODO: Add chests?
};
private static Material[] validReceivers = new Material[]{
Material.LEVER,
Expand Down
2 changes: 1 addition & 1 deletion plugin.yml
@@ -1,6 +1,6 @@
name: QuantumConnectors
main: com.ne0nx3r0.quantum.QuantumConnectors
version: '2.2.1'
version: '2.1.2'
database: false
startup: postworld
description: Wireless redstone connections
Expand Down

0 comments on commit f79240c

Please sign in to comment.