Mise à jour de 'DoConfig.py'
add missing GameOptions_UT99_MaxClientRate
This commit is contained in:
@@ -96,7 +96,11 @@ class GameOptions_UT99_HTTPDownloadServer(GameOptionINI):
|
||||
inifile.setAddKeyValue("IpDrv.HTTPDownload","UseCompression","True")
|
||||
inifile.delKey("IpDrv.HTTPDownload","ProxyServerHost")
|
||||
inifile.delKey("IpDrv.HTTPDownload","ProxyServerPort")
|
||||
|
||||
|
||||
class GameOptions_UT99_MaxClientRate(GameOptionINI):
|
||||
def __init__(self):
|
||||
super().__init__( "MaxClientRate","IpDrv.TcpNetDriver","MaxClientRate",OptionType.OT_INTEGER,"20000","Max Client Rate ",False)
|
||||
|
||||
class GameOptions_UT99_NetServerMaxTickRate(GameOptionINI):
|
||||
def __init__(self):
|
||||
super().__init__( "NetServerMaxTickRate","IpDrv.TcpNetDriver","NetServerMaxTickRate",OptionType.OT_INTEGER,"60","Server Max TickRate ",False)
|
||||
@@ -156,7 +160,8 @@ OptionList = [
|
||||
GameOptions_UT99_GamePassword(),
|
||||
GameOptions_UT99_MaxPlayers(),
|
||||
GameOptions_UT99_ServerLogName(),
|
||||
GameOptions_UT99_WebServer()
|
||||
GameOptions_UT99_WebServer(),
|
||||
GameOptions_UT99_MaxClientRate()
|
||||
]
|
||||
|
||||
def SetOption(inifile,option:str,value:str):
|
||||
|
||||
Reference in New Issue
Block a user