Explorar el Código

Revert "added force-update option"

This reverts commit 672558e335e81208978c33aee15e2f9bde9a1755.
Daniel Gibbs hace 11 años
padre
commit
14b6598426
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      functions/fn_getopt

+ 1 - 3
functions/fn_getopt

@@ -2,7 +2,7 @@
 # LGSM fn_getopt function
 # LGSM fn_getopt function
 # Author: Daniel Gibbs
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
 # Website: http://gameservermanagers.com
-# Version: 060514
+# Version: 150414
 
 
 # Description: getopt arguments.
 # Description: getopt arguments.
 
 
@@ -16,8 +16,6 @@ case "$getopt" in
 		fn_restart;;
 		fn_restart;;
 	update)
 	update)
 		fn_update_check;;
 		fn_update_check;;
-	force-update)
-		fn_update_dl;;
 	validate)
 	validate)
 		fn_validate;;
 		fn_validate;;
 	monitor)
 	monitor)