Skip to content

Commit ef6410e

Browse files
committed
feat: deprecate crafting dead
1 parent 6a56a18 commit ef6410e

File tree

4 files changed

+1
-188
lines changed

4 files changed

+1
-188
lines changed

lgsm/config-default/config-lgsm/cdserver/_default.cfg

Lines changed: 0 additions & 178 deletions
This file was deleted.

lgsm/data/serverlist.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ bs,bsserver,Blade Symphony,ubuntu-22.04
1818
bt,btserver,Barotrauma,ubuntu-22.04
1919
btl,btlserver,BATTALION: Legacy,ubuntu-20.04
2020
cc,ccserver,Codename CURE,ubuntu-22.04
21-
cd,cdserver,Crafting Dead,ubuntu-22.04
2221
ck,ckserver,Core Keeper,ubuntu-22.04
2322
cmw,cmwserver,Chivalry: Medieval Warfare,ubuntu-22.04
2423
cod,codserver,Call of Duty,ubuntu-22.04

lgsm/modules/info_messages.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ fn_info_messages_ports_edit() {
663663

664664
startparameterslocation="${red}UNKNOWN${default}"
665665
# engines/games that require editing in the config file.
666-
local ports_edit_array=("ac" "arma3" "armar" "bo" "bt" "cd" "ct" "dst" "eco" "idtech2" "idtech3" "idtech3_ql" "jc2" "jc3" "lwjgl2" "mcb" "nec" "pc" "pc2" "prism3d" "pz" "qw" "refractor" "renderware" "rw" "sb" "sdtd" "st" "stn" "ts3" "tw" "terraria" "unreal" "unreal2" "unreal3" "vints" "wurm")
666+
local ports_edit_array=("ac" "arma3" "armar" "bo" "bt" "ct" "dst" "eco" "idtech2" "idtech3" "idtech3_ql" "jc2" "jc3" "lwjgl2" "mcb" "nec" "pc" "pc2" "prism3d" "pz" "qw" "refractor" "renderware" "rw" "sb" "sdtd" "st" "stn" "ts3" "tw" "terraria" "unreal" "unreal2" "unreal3" "vints" "wurm")
667667
for port_edit in "${ports_edit_array[@]}"; do
668668
if [ "${shortname}" == "ut3" ]; then
669669
startparameterslocation="${servercfgdir}/UTWeb.ini"
@@ -1708,8 +1708,6 @@ fn_info_messages_select_engine() {
17081708
fn_info_messages_bt
17091709
elif [ "${shortname}" == "btl" ]; then
17101710
fn_info_messages_btl
1711-
elif [ "${shortname}" == "cd" ]; then
1712-
fn_info_messages_cd
17131711
elif [ "${shortname}" == "ck" ]; then
17141712
fn_info_messages_ck
17151713
elif [ "${shortname}" == "cs2" ]; then

lgsm/modules/install_config.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,6 @@ elif [ "${shortname}" == "bmdm" ]; then
286286
fn_default_config_remote
287287
fn_set_config_vars
288288
fn_list_config_locations
289-
elif [ "${shortname}" == "cd" ]; then
290-
array_configs+=(properties.json)
291-
fn_fetch_default_config
292-
fn_default_config_remote
293-
fn_set_config_vars
294-
fn_list_config_locations
295289
elif [ "${shortname}" == "ck" ]; then
296290
array_configs+=(ServerConfig.json)
297291
fn_fetch_default_config

0 commit comments

Comments
 (0)