File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2060,11 +2060,11 @@ fn_info_game_terraria() {
2060
2060
# Filetype: cfg
2061
2061
fn_info_game_tw () {
2062
2062
if [ -f " ${servercfgfullpath} " ]; then
2063
- fn_info_game_quakec " servername" " sv_name"
2064
- fn_info_game_quakec " serverpassword" " password"
2065
- fn_info_game_quakec " rconpassword" " sv_rcon_password"
2066
- fn_info_game_quakec " port" " sv_port"
2067
- fn_info_game_quakec " maxplayers" " sv_max_clients"
2063
+ fn_info_game_keyvalue_pairs_space " servername" " sv_name"
2064
+ fn_info_game_keyvalue_pairs_space " serverpassword" " password"
2065
+ fn_info_game_keyvalue_pairs_space " rconpassword" " sv_rcon_password"
2066
+ fn_info_game_keyvalue_pairs_space " port" " sv_port"
2067
+ fn_info_game_keyvalue_pairs_space " maxplayers" " sv_max_clients"
2068
2068
fi
2069
2069
queryport=" ${port} "
2070
2070
servername=" ${servername:- " NOT SET" } "
You can’t perform that action at this time.
0 commit comments