mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fix command typo
This commit is contained in:
parent
43bb77af05
commit
722b003d6b
|
@ -128,7 +128,7 @@ MACRO_CONFIG_INT(ClDummyCopyMoves, cl_dummy_copy_moves, 0, 0, 1, CFGFLAG_CLIENT,
|
|||
MACRO_CONFIG_INT(ClControlDummy, cl_control_dummy, 0, 0, 1, CFGFLAG_CLIENT, "Whether can you control dummy at the same time")
|
||||
MACRO_CONFIG_INT(ClDummyJump, cl_dummy_jump, 0, 0, 1, CFGFLAG_CLIENT, "Whether dummy is jumping")
|
||||
MACRO_CONFIG_INT(ClDummyFire, cl_dummy_fire, 0, 0, 1, CFGFLAG_CLIENT, "Whether dummy is fire")
|
||||
MACRO_CONFIG_INT(ClDummyHook, cl_dummy_fire, 0, 0, 1, CFGFLAG_CLIENT, "Whether dummy is hook")
|
||||
MACRO_CONFIG_INT(ClDummyHook, cl_dummy_hook, 0, 0, 1, CFGFLAG_CLIENT, "Whether dummy is hook")
|
||||
|
||||
// curl http download
|
||||
MACRO_CONFIG_INT(ClHTTPConnectTimeoutMs, cl_http_connect_timeout_ms, 2000, 0, 100000, CFGFLAG_CLIENT, "HTTP downloads: timeout for the connect phase in milliseconds (0 to disable)")
|
||||
|
|
Loading…
Reference in a new issue