Browse Source

Renamed HLDMC to HLDM

HLDMC was actually HLDM
pull/315/head
Daniel Gibbs 10 years ago
parent
commit
1ecf1f19b7
  1. 0
      HalfLifeDeathmatch/cfg/lgsm-default.cfg
  2. 12
      HalfLifeDeathmatch/hldmserver

0
HalfLifeDeathmatchClassic/cfg/lgsm-default.cfg → HalfLifeDeathmatch/cfg/lgsm-default.cfg

12
HalfLifeDeathmatchClassic/hldmcserver → HalfLifeDeathmatch/hldmserver

@ -1,9 +1,9 @@
#!/bin/bash
# Half Life: Deathmatch Classic
# Half Life: Deathmatch
# Server Management Script
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Version: 210115
# Website: http://gameservermanagers.com
# Version: 150315
#### Variables ####
@ -34,8 +34,8 @@ parms="-game valve -strictportbind -ip ${ip} -port ${port} +clientport ${clientp
appid="90"
# Server Details
servicename="hldmc-server"
gamename="Half Life: Deathmatch Classic"
servicename="hldm-server"
gamename="Half Life: Deathmatch"
engine="goldsource"
# Directories
@ -94,4 +94,4 @@ fn_runfunction
fn_functions
getopt=$1
fn_getopt
fn_getopt
Loading…
Cancel
Save