Skip to content

Commit b4c5389

Browse files
committed
Merged hotfix/170219.1 into master
2 parents 5cccd70 + 6106ff0 commit b4c5389

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BallisticOverkill/boserver

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ version="170219"
2626
# GSLT can be used for running a public server.
2727
# More info: https://gameservermanagers.com/gslt
2828
gslt=""
29-
29+
ip=""
3030
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
3131
fn_parms(){
32-
parms=" -batchmode -nographics -logFile output.txt"
32+
parms=" -batchmode -nographics -dedicated -configfile=${servercfgfullpath}"
3333
}
3434

3535
#### LinuxGSM Settings ####
@@ -78,7 +78,7 @@ branch=""
7878
## LinuxGSM Server Details
7979
# Do not edit
8080
gamename="Ballistic Overkill"
81-
engine="unity"
81+
engine="unity3d"
8282

8383
## Service Name | https://github.com/GameServerManagers/LinuxGSM/wiki/Multiple-Servers
8484
servicename="bo-server"

0 commit comments

Comments
 (0)