From 14b6598426a41a155387570447af94b4aecb787c Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 6 May 2015 08:32:44 +0100 Subject: [PATCH] Revert "added force-update option" This reverts commit 672558e335e81208978c33aee15e2f9bde9a1755. --- functions/fn_getopt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/functions/fn_getopt b/functions/fn_getopt index 7ed98228b..61ea01821 100644 --- a/functions/fn_getopt +++ b/functions/fn_getopt @@ -2,7 +2,7 @@ # LGSM fn_getopt function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 060514 +# Version: 150414 # Description: getopt arguments. @@ -16,8 +16,6 @@ case "$getopt" in fn_restart;; update) fn_update_check;; - force-update) - fn_update_dl;; validate) fn_validate;; monitor)