Files
2026-04-22 15:51:07 +02:00

14 lines
495 B
C++

#include "FortGameSessionDedicated.h"
AFortGameSessionDedicated::AFortGameSessionDedicated() {
this->bEnforceCrossplayRestrictions = true;
this->bAllowPS4InMixedConsole = true;
this->HotfixCheckTimer = 300.00f;
this->HotfixCheckVariance = 120.00f;
this->ConsoleSessionRetryWaitSeconds = 30.00f;
this->ServerManifestOutputFormat = EServerManifestOutputFormat::HTTP;
this->ServerManifestDestination = TEXT("127.0.0.1:7070");
this->IdleResetShortTimer = 60.00f;
}