Update sample config

This commit is contained in:
Ben 2019-08-19 02:16:23 +01:00
parent 9d945a8a28
commit abaa5234d9

View File

@ -18,11 +18,15 @@ commands = {
'ConflictMode': ConflictResolution.Silent
}
client_identifier = {
'LegacyVersionChk': 'legacy',
'VanillaVersionChk': 'vanilla',
'DefaultVersionChk': 152,
'DefaultClientVersion': ClientType.Vanilla
client = {
'MultiClientSupport': True,
'LegacyVersionChk': 153,
'VanillaVersionChk': 253,
'DefaultVersionChk': 253,
'DefaultClientType': ClientType.Vanilla,
'AuthStaticKey': 'houdini'
}
servers = {