Browse Source

Merge branch 'hotfix/v24.3.4' into develop

pull/4184/head
Daniel Gibbs 3 months ago
parent
commit
de6e0c712d
  1. 2
      lgsm/modules/core_modules.sh
  2. 2
      linuxgsm.sh

2
lgsm/modules/core_modules.sh

@ -8,7 +8,7 @@
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
modulesversion="v24.3.3" modulesversion="v24.3.4"
# Core # Core

2
linuxgsm.sh

@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="v24.3.3" version="v24.3.4"
shortname="core" shortname="core"
gameservername="core" gameservername="core"
commandname="CORE" commandname="CORE"

Loading…
Cancel
Save