Bläddra i källkod

Merge branch 'hotfix/v25.1.5'

Daniel Gibbs 1 år sedan
förälder
incheckning
f852c5b5e0
3 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2 2
      lgsm/data/serverlist.csv
  2. 1 1
      lgsm/modules/core_modules.sh
  3. 1 1
      linuxgsm.sh

+ 2 - 2
lgsm/data/serverlist.csv

@@ -10,8 +10,8 @@ av,avserver,Avorion,ubuntu-24.04
 bb,bbserver,BrainBread,ubuntu-24.04
 bb2,bb2server,BrainBread 2,ubuntu-24.04
 bd,bdserver,Base Defense,ubuntu-24.04
-bf1942,bf1942server,Battlefield 1942,ubuntu-24.04
-bfv,bfvserver,Battlefield: Vietnam,ubuntu-24.04
+bf1942,bf1942server,Battlefield 1942,ubuntu-22.04
+bfv,bfvserver,Battlefield: Vietnam,ubuntu-22.04
 bmdm,bmdmserver,Black Mesa: Deathmatch,ubuntu-24.04
 bo,boserver,Ballistic Overkill,ubuntu-24.04
 bs,bsserver,Blade Symphony,ubuntu-24.04

+ 1 - 1
lgsm/modules/core_modules.sh

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

+ 1 - 1
linuxgsm.sh

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