Browse Source
Merge branch 'hotfix/v24.2.2'
hotfix/v24.2.4
v24.2.2
Daniel Gibbs
8 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
3 changed files with
3 additions and
3 deletions
-
lgsm/modules/core_modules.sh
-
linuxgsm.sh
-
package.json
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
modulesversion="v24.2.1" |
|
|
|
modulesversion="v24.2.2" |
|
|
|
|
|
|
|
# Core |
|
|
|
|
|
|
|
|
|
@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v24.2.1" |
|
|
|
version="v24.2.2" |
|
|
|
shortname="core" |
|
|
|
gameservername="core" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -22,6 +22,6 @@ |
|
|
|
}, |
|
|
|
"homepage": "https://github.com/GameServerManagers/LinuxGSM#readme", |
|
|
|
"dependencies": { |
|
|
|
"gamedig": "^5.0.0-beta.2" |
|
|
|
"gamedig": "^5.1.1" |
|
|
|
} |
|
|
|
} |
|
|
|