register reload command and disable party loading
This commit is contained in:
parent
b0ae7e66d1
commit
090ae5c438
|
|
@ -54,6 +54,6 @@ public class PartyManager {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void loadParties() {
|
public static void loadParties() {
|
||||||
Queries.loadParties();
|
//Queries.loadParties();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
package com.alttd.chat;
|
package com.alttd.chat;
|
||||||
|
|
||||||
import com.alttd.chat.commands.GlobalAdminChat;
|
import com.alttd.chat.commands.GlobalAdminChat;
|
||||||
|
import com.alttd.chat.commands.Reload;
|
||||||
import com.alttd.chat.config.Config;
|
import com.alttd.chat.config.Config;
|
||||||
import com.alttd.chat.database.DatabaseConnection;
|
import com.alttd.chat.database.DatabaseConnection;
|
||||||
import com.alttd.chat.handlers.ChatHandler;
|
import com.alttd.chat.handlers.ChatHandler;
|
||||||
|
|
@ -100,6 +101,7 @@ public class VelocityChat {
|
||||||
|
|
||||||
public void loadCommands() {
|
public void loadCommands() {
|
||||||
new GlobalAdminChat(server);
|
new GlobalAdminChat(server);
|
||||||
|
new Reload(server);
|
||||||
// all (proxy)commands go here
|
// all (proxy)commands go here
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user