Browse Source

corrected then statements not matching

pull/575/head
Daniel Gibbs 9 years ago
parent
commit
553ece636f
  1. 2
      functions/fn_deps_detect
  2. 2
      functions/fn_start
  3. 2
      functions/fn_stop
  4. 2
      functions/fn_update_check

2
functions/fn_deps_detect

@ -2,7 +2,7 @@
# LGSM fn_dep_detect function # LGSM fn_dep_detect function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
lgsm_version="061115" lgsm_version="201215"
# Description: Detects dependencies the server binary requires. # Description: Detects dependencies the server binary requires.

2
functions/fn_start

@ -2,7 +2,7 @@
# LGSM fn_start function # LGSM fn_start function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
lgsm_version="061115" lgsm_version="201215"
# Description: Starts the server. # Description: Starts the server.

2
functions/fn_stop

@ -2,7 +2,7 @@
# LGSM fn_stop function # LGSM fn_stop function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
lgsm_version="061115" lgsm_version="201215"
# Description: Stops the server. # Description: Stops the server.

2
functions/fn_update_check

@ -2,7 +2,7 @@
# LGSM fn_update_check function # LGSM fn_update_check function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
lgsm_version="061115" lgsm_version="201215"
# Description: Checks if a server update is available. # Description: Checks if a server update is available.

Loading…
Cancel
Save