Made ticket a valid plugin port command

master
Etzelia 2018-09-15 16:52:55 -05:00
parent 8a3c5a8962
commit a7fae8e96c
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {