Skip to content

Commit

Permalink
stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Jul 1, 2015
1 parent cbdca7d commit 5c14971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/oneshotmc/tnttrack/RecordPlayer.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ public void run() {
}


}, 1);
}, 2);
tnt.remove();
Debug.message(plugin,"FINISHED1");
this.cancel();
}
}
}.runTaskTimer(plugin, 0, 2);
}.runTaskTimer(plugin, 0, 1);
}
public void cancelID(Plugin plugin, int ID){
plugin.getServer().getScheduler().cancelTask(ID);
Expand Down

0 comments on commit 5c14971

Please sign in to comment.