Skip to content

Commit

Permalink
Remove unfinished code
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Nov 15, 2016
1 parent e174df1 commit 22c16c1
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -9,7 +9,6 @@
import com.denizenscript.depenizen.common.DepenizenImplementation;
import com.denizenscript.depenizen.sponge.commands.bungee.BungeeRunCommand;
import com.denizenscript.depenizen.sponge.support.bungee.BungeeSupport;
import com.denizenscript.depenizen.sponge.support.clientizen.ClientizenSupport;
import com.denizenscript.depenizen.sponge.tags.bungee.handlers.BungeeServerTagBase;
import com.google.inject.Inject;
import org.spongepowered.api.Sponge;
Expand Down Expand Up @@ -72,7 +71,6 @@ public void onDenizenLoading(Denizen2SpongeLoadingEvent event) {
// Start BungeeCord socket
BungeeSupport.startSocket();
}
ClientizenSupport clientizenSupport = new ClientizenSupport(); // TODO: Support classes (register)
}

@Listener
Expand Down

0 comments on commit 22c16c1

Please sign in to comment.