summaryrefslogtreecommitdiff
path: root/server/stables.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/stables.c')
-rw-r--r--server/stables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/stables.c b/server/stables.c
index 75847270..1a08201e 100644
--- a/server/stables.c
+++ b/server/stables.c
@@ -292,6 +292,7 @@ static struct option server_options[] = {
{ "local-address6", "6", &server_universe, SV_LOCAL_ADDRESS6, 1 },
{ "bind-local-address6", "f", &server_universe, SV_BIND_LOCAL_ADDRESS6, 1 },
{ "ping-cltt-secs", "T", &server_universe, SV_PING_CLTT_SECS, 1 },
+ { "ping-timeout-ms", "T", &server_universe, SV_PING_TIMEOUT_MS, 1 },
{ NULL, NULL, NULL, 0, 0 }
};