mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fix
This commit is contained in:
parent
4d204d642f
commit
c6162b6485
|
@ -62,8 +62,8 @@ MACRO_CONFIG_INT(GfxFinish, gfx_finish, 1, 0, 1, CFGFLAG_SAVE|CFGFLAG_CLIENT, ""
|
|||
|
||||
MACRO_CONFIG_INT(InpMousesens, inp_mousesens, 100, 5, 100000, CFGFLAG_SAVE|CFGFLAG_CLIENT, "Mouse sensitivity", -1)
|
||||
|
||||
MACRO_CONFIG_INT(SvMaxFagpings, sv_max_fagpings, 8, 0, 255, CFGFLAG_SERVER, "Maximum amount of fagpings which will be sent")
|
||||
MACRO_CONFIG_INT(SvMinFagpings, sv_min_fagpings, 2, 0, 255, CFGFLAG_SERVER, "Maximum amount of fagpings which will be sent")
|
||||
MACRO_CONFIG_INT(SvMaxFagpings, sv_max_fagpings, 8, 0, 255, CFGFLAG_SERVER, "Maximum amount of fagpings which will be sent", 3)
|
||||
MACRO_CONFIG_INT(SvMinFagpings, sv_min_fagpings, 2, 0, 255, CFGFLAG_SERVER, "Maximum amount of fagpings which will be sent", 3)
|
||||
MACRO_CONFIG_STR(SvName, sv_name, 128, "DDRace Test Trunk 0.5 Server", CFGFLAG_SERVER, "Server name", 3)
|
||||
MACRO_CONFIG_STR(SvBindaddr, sv_bindaddr, 128, "", CFGFLAG_SERVER, "Address to bind the server to", 3)
|
||||
MACRO_CONFIG_INT(SvPort, sv_port, 8303, 0, 0, CFGFLAG_SERVER, "Port to use for the server", 3)
|
||||
|
|
Loading…
Reference in a new issue