Made ticket a valid plugin port command
parent
8a3c5a8962
commit
a7fae8e96c
|
@ -37,7 +37,7 @@ public class MinecraftManagerThread extends Thread {
|
|||
|
||||
|
||||
public void run() {
|
||||
List<String> commands = Arrays.asList("application", "accept", "deny", "global", "staff");
|
||||
List<String> commands = Arrays.asList("application", "ticket", "accept", "deny", "global", "staff");
|
||||
try {
|
||||
ServerSocket cmdSock = new ServerSocket(this.plugin.getConfig().getInt("port"), 0, InetAddress.getByName(null));
|
||||
while (getRunning()) {
|
||||
|
|
Loading…
Reference in New Issue