This commit is contained in:
Trever Fischer 2012-04-01 15:10:08 -04:00
parent 606642e45e
commit 4b4e8acae9

View File

@ -49,7 +49,6 @@ public class Plugin extends JavaPlugin {
public void onEnable() { public void onEnable() {
PluginManager pm = this.getServer().getPluginManager(); PluginManager pm = this.getServer().getPluginManager();
m_motdCommand = new MOTDCommand(this);
m_listener = new JoinListener(this); m_listener = new JoinListener(this);
Configuration conf = getConfig(); Configuration conf = getConfig();
conf.addDefault("url", "http://camin.us/api/"); conf.addDefault("url", "http://camin.us/api/");