We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf1198 commit b6bf7c1Copy full SHA for b6bf7c1
linuxgsm.sh
@@ -16,7 +16,7 @@ if [ -f ".dev-debug" ]; then
16
set -x
17
fi
18
19
-version="170305"
+version="170619"
20
shortname="core"
21
gameservername="core"
22
rootdir="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))"
@@ -39,7 +39,7 @@ configdirdefault="${lgsmdir}/config-default"
39
# from a different repo and/or branch.
40
githubuser="GameServerManagers"
41
githubrepo="LinuxGSM"
42
-githubbranch="develop"
+githubbranch="master"
43
44
# Core Function that is required first
45
core_functions.sh(){
0 commit comments