瀏覽代碼

unreal 2 server log dir now works #2

Daniel Gibbs 11 年之前
父節點
當前提交
8d16cf1cba
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      functions/fn_loginstall

+ 1 - 0
functions/fn_loginstall

@@ -24,5 +24,6 @@ fi
 # If a server is unreal2 create a dir
 if [ "${engine}" == "unreal2" ]; then
 	mkdir -pv ${gamelogdir}	
+fi	
 sleep 1
 echo ""