Browse Source

Revert "added force-update option"

This reverts commit 672558e335.
pull/368/head
Daniel Gibbs 10 years ago
parent
commit
14b6598426
  1. 4
      functions/fn_getopt

4
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)

Loading…
Cancel
Save