From d54cb6e31a7513eab79ca4af41823cb49b872ea0 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 19 May 2015 19:55:09 +0100 Subject: [PATCH] Added force-update to unreal2 --- functions/fn_getopt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/functions/fn_getopt b/functions/fn_getopt index 2d0448c2d..0599a94f7 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: 060515 +# Version: 190515 # Description: getopt arguments. @@ -114,6 +114,12 @@ case "$getopt" in fn_restart;; update) fn_update_check;; + force-update) + forceupdate=1; + fn_update_check;; + update-restart) + forceupdate=1; + fn_update_check;; validate) fn_validate;; monitor)