From f92de1f3c0a5f66d33c3856f806c3c44f6db1f53 Mon Sep 17 00:00:00 2001
From: Daniel Gibbs <me@danielgibbs.co.uk>
Date: Fri, 19 Aug 2016 15:55:36 +0100
Subject: [PATCH] Removed ts3server stuff from minecraft get opt

ss
---
 lgsm/functions/core_getopt.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lgsm/functions/core_getopt.sh b/lgsm/functions/core_getopt.sh
index 9b0caad48..5b58a86fa 100644
--- a/lgsm/functions/core_getopt.sh
+++ b/lgsm/functions/core_getopt.sh
@@ -154,8 +154,6 @@ case "${getopt}" in
 		command_details.sh;;
 	b|backup)
 		command_backup.sh;;
-	pw|change-password)
-		command_ts3_server_pass.sh;;
 	dev|dev-debug)
 		command_dev_debug.sh;;
 	i|install)
@@ -185,7 +183,6 @@ case "${getopt}" in
 		echo -e "${blue}monitor\t${default}m  |Checks that the server is running."
 		echo -e "${blue}test-alert\t${default}ta |Sends test alert."
 		echo -e "${blue}details\t${default}dt |Displays useful infomation about the server."
-		echo -e "${blue}change-password\t${default}pw |Changes TS3 serveradmin password."
 		echo -e "${blue}backup\t${default}b  |Create archive of the server."
 		echo -e "${blue}install\t${default}i  |Install the server."
 		echo -e "${blue}auto-install\t${default}ai |Install the server, without prompts."