Skip to content

Commit 8745129

Browse files
committed
Merge branch 'hotfix/v25.1.5'
2 parents 50b42b5 + eabf26f commit 8745129

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lgsm/data/serverlist.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ av,avserver,Avorion,ubuntu-24.04
1010
bb,bbserver,BrainBread,ubuntu-24.04
1111
bb2,bb2server,BrainBread 2,ubuntu-24.04
1212
bd,bdserver,Base Defense,ubuntu-24.04
13-
bf1942,bf1942server,Battlefield 1942,ubuntu-24.04
14-
bfv,bfvserver,Battlefield: Vietnam,ubuntu-24.04
13+
bf1942,bf1942server,Battlefield 1942,ubuntu-22.04
14+
bfv,bfvserver,Battlefield: Vietnam,ubuntu-22.04
1515
bmdm,bmdmserver,Black Mesa: Deathmatch,ubuntu-24.04
1616
bo,boserver,Ballistic Overkill,ubuntu-24.04
1717
bs,bsserver,Blade Symphony,ubuntu-24.04

lgsm/modules/core_modules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
1010

11-
modulesversion="v25.1.4"
11+
modulesversion="v25.1.5"
1212

1313
# Core
1414

linuxgsm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
2424
set -x
2525
fi
2626

27-
version="v25.1.4"
27+
version="v25.1.5"
2828
shortname="core"
2929
gameservername="core"
3030
commandname="CORE"

0 commit comments

Comments
 (0)