소스 검색

moving mods core functions away

UltimateByte 9 년 전
부모
커밋
5adee73be4
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      lgsm/functions/core_functions.sh

+ 5 - 0
lgsm/functions/core_functions.sh

@@ -298,6 +298,11 @@ functionfile="${FUNCNAME}"
 fn_fetch_function
 }
 
+mods_core.sh(){
+functionfile="${FUNCNAME}"
+fn_fetch_function
+}
+
 # Dev
 
 command_dev_debug.sh(){