|
|
@ -2,7 +2,7 @@ |
|
|
|
# LGSM fn_functions function |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Website: http://gameservermanagers.com |
|
|
|
# Version: 110415 |
|
|
|
# Version: 160515 |
|
|
|
|
|
|
|
# Description: Defines all functions to allow download and execution of functions using fn_runfunction. |
|
|
|
# This function is called first before any other function. Without this file other functions would not load. |
|
|
@ -32,6 +32,11 @@ functionfile="${FUNCNAME}" |
|
|
|
fn_runfunction |
|
|
|
} |
|
|
|
|
|
|
|
fn_check_steamuser(){ |
|
|
|
functionfile="${FUNCNAME}" |
|
|
|
fn_runfunction |
|
|
|
} |
|
|
|
|
|
|
|
fn_check_systemdir(){ |
|
|
|
functionfile="${FUNCNAME}" |
|
|
|
fn_runfunction |
|
|
|