Removed todo.

This commit is contained in:
Jeremy Wood 2012-11-09 22:43:49 -05:00
parent 483bd83175
commit 6c313d1486

View File

@ -8,8 +8,8 @@ import java.io.IOException;
/**
* The primary Bukkit plugin implementation of Multiverse-Core.
*/
// TODO: Some magic that automatically hooks up abstract base libs because we can't know what libs the base uses
public class MultiverseCorePlugin extends AbstractBukkitPlugin<CoreConfig> implements MultiverseCore {
private static final String COMMAND_PREFIX = "mv";
private BukkitWorldManager worldManager;