mirror of
https://github.com/solero/houdini.git
synced 2024-12-23 14:03:38 +00:00
Update sample config
This commit is contained in:
parent
9d945a8a28
commit
abaa5234d9
@ -18,11 +18,15 @@ commands = {
|
|||||||
'ConflictMode': ConflictResolution.Silent
|
'ConflictMode': ConflictResolution.Silent
|
||||||
}
|
}
|
||||||
|
|
||||||
client_identifier = {
|
client = {
|
||||||
'LegacyVersionChk': 'legacy',
|
'MultiClientSupport': True,
|
||||||
'VanillaVersionChk': 'vanilla',
|
'LegacyVersionChk': 153,
|
||||||
'DefaultVersionChk': 152,
|
'VanillaVersionChk': 253,
|
||||||
'DefaultClientVersion': ClientType.Vanilla
|
|
||||||
|
'DefaultVersionChk': 253,
|
||||||
|
'DefaultClientType': ClientType.Vanilla,
|
||||||
|
|
||||||
|
'AuthStaticKey': 'houdini'
|
||||||
}
|
}
|
||||||
|
|
||||||
servers = {
|
servers = {
|
||||||
|
Loading…
Reference in New Issue
Block a user