Merge pull request #138 from Twin1dev/main

Fix kick on higher versions
This commit is contained in:
PRO100KatYT
2025-07-16 08:56:15 +02:00
committed by GitHub

View File

@@ -10,6 +10,10 @@ bUseSSL=false
ServerAddr="ws://127.0.0.1" ServerAddr="ws://127.0.0.1"
ServerPort=80 ServerPort=80
# Fixes kicks on higher versions
[ConsoleVariables]
net.AllowEncryption=0
# Forces fortnite to use the v1 party system to support lawinserver xmpp # Forces fortnite to use the v1 party system to support lawinserver xmpp
[OnlineSubsystemMcp] [OnlineSubsystemMcp]
bUsePartySystemV2=false bUsePartySystemV2=false
@@ -25,4 +29,4 @@ bEnableWebsockets=true
# Fix for long waiting at checking connections to datacenters on Switch & Mobile # Fix for long waiting at checking connections to datacenters on Switch & Mobile
[/Script/Qos.QosRegionManager] [/Script/Qos.QosRegionManager]
NumTestsPerRegion=1 NumTestsPerRegion=1
PingTimeout=0.1 PingTimeout=0.1