mirror of
https://github.com/solero/houdini.git
synced 2025-08-08 03:34:05 +00:00
Update sample config
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user