We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bea6a commit 9a23df7Copy full SHA for 9a23df7
Source/kbengine_ue4_demo/GameModeDemoBase.cpp
@@ -18,6 +18,7 @@ void AGameModeDemoBase::InitGame(const FString& MapName, const FString& Options,
18
// Called when the game starts or when spawned
19
void AGameModeDemoBase::BeginPlay()
20
{
21
+ startRelogin = false;
22
Super::BeginPlay();
23
installEvents();
24
}
0 commit comments