Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NthPortal committed Aug 5, 2015
1 parent f0d2fbf commit 0c77f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.github.nthportal.uhc.commands;

import com.github.nthportal.uhc.core.Config;
import com.github.nthportal.uhc.UHCPlugin;
import com.github.nthportal.uhc.core.Config;
import com.google.common.base.Joiner;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/github/nthportal/uhc/core/Timer.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.github.nthportal.uhc.core;

import com.github.nthportal.uhc.UHCPlugin;
import com.github.nthportal.uhc.core.Config;
import com.github.nthportal.uhc.util.CommandUtil;
import com.google.common.base.Function;

Expand Down Expand Up @@ -51,7 +50,7 @@ public void run() {
episode = 1;

onStart();
onEpisodeStart(); // TODO maybe remove?
onEpisodeStart();
state = State.RUNNING;
return true;
} finally {
Expand Down

0 comments on commit 0c77f64

Please sign in to comment.