Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberpwnn committed Oct 20, 2016
1 parent cb7c26f commit 19d7425
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 105 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cyberpwn</groupId>
<artifactId>fap</artifactId>
<version>1.5</version>
<version>1.6</version>
<name>FAP</name>
<description>Fast Async Physics</description>
<properties>
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/cyberpwn/fap/FAPController.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.cyberpwn.fap;

import org.cyberpwn.fap.handler.PistonHandler;
import org.cyberpwn.fap.handler.TNTHandler;
import org.phantomapi.async.A;
import org.phantomapi.clust.AsyncConfig;
Expand Down Expand Up @@ -32,7 +31,6 @@ public class FAPController extends ConfigurableController
private GList<Operation> queued;
private static FAPController inst;
private TNTHandler tntHandler;
private PistonHandler pistonHandler;
private boolean running;

public FAPController(Controllable parentController)
Expand All @@ -45,10 +43,8 @@ public FAPController(Controllable parentController)
running = false;

tntHandler = new TNTHandler();
pistonHandler = new PistonHandler();

register(tntHandler);
register(pistonHandler);
}

public void queueOperation(Operation operation)
Expand Down
100 changes: 0 additions & 100 deletions src/main/java/org/cyberpwn/fap/handler/PistonHandler.java

This file was deleted.

0 comments on commit 19d7425

Please sign in to comment.