|
|
@ -658,7 +658,7 @@ fn_info_message_ports_edit() { |
|
|
|
|
|
|
|
startparameterslocation="${red}UNKNOWN${default}" |
|
|
|
# engines/games that require editing in the config file. |
|
|
|
local ports_edit_array=("ac" "arma3" "armar" "bo" "bt" "cd" "dst" "eco" "idtech2" "idtech3" "idtech3_ql" "jc2" "jc3" "lwjgl2" "mcb" "mumble" "pc" "pc2" "pz" "qw" "refractor" "renderware" "rw" "sb" "sdtd" "st" "stn" "ts3" "tw" "terraria" "unreal" "unreal2" "unreal3" "vints" "wurm") |
|
|
|
local ports_edit_array=("ac" "arma3" "armar" "bo" "bt" "cd" "dst" "eco" "idtech2" "idtech3" "idtech3_ql" "jc2" "jc3" "lwjgl2" "mcb" "mumble" "nec" "pc" "pc2" "pz" "qw" "refractor" "renderware" "rw" "sb" "sdtd" "st" "stn" "ts3" "tw" "terraria" "unreal" "unreal2" "unreal3" "vints" "wurm") |
|
|
|
for port_edit in "${ports_edit_array[@]}"; do |
|
|
|
if [ "${shortname}" == "ut3" ]; then |
|
|
|
startparameterslocation="${servercfgdir}/UTWeb.ini" |
|
|
|