mirror of
https://github.com/solero/houdini.git
synced 2024-11-10 05:08:19 +00:00
Update sample config
This commit is contained in:
parent
9d945a8a28
commit
abaa5234d9
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user