From a8ad9d5c74f0cba8eccf38ad7f244e661ae3285c Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 18 Feb 2017 20:24:48 +0000 Subject: [PATCH] amended config name --- BallisticOverkill/boserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BallisticOverkill/boserver b/BallisticOverkill/boserver index c17e02b6e..7061a4e74 100755 --- a/BallisticOverkill/boserver +++ b/BallisticOverkill/boserver @@ -100,7 +100,7 @@ filesdir="${rootdir}/serverfiles" systemdir="${filesdir}" executabledir="${filesdir}" executable="./BODS.x86" -servercfg="config.txt" +servercfg="${servicename}.txt" servercfgdefault="${servercfg}" servercfgdir="${systemdir}" servercfgfullpath="${servercfgdir}/${servercfg}"