Update Start Telemetry in Training Facility
This commit is contained in:
parent
e928131d89
commit
e7e9918daf
BIN
EndlessVendetta/Content/Levels/TrainingFacility.umap
(Stored with Git LFS)
BIN
EndlessVendetta/Content/Levels/TrainingFacility.umap
(Stored with Git LFS)
Binary file not shown.
@ -25,5 +25,4 @@ void ATelemetry::BeginPlay()
|
|||||||
{
|
{
|
||||||
Super::BeginPlay();
|
Super::BeginPlay();
|
||||||
SessionID = FGuid::NewGuid().ToString().Left(5).ToUpper();
|
SessionID = FGuid::NewGuid().ToString().Left(5).ToUpper();
|
||||||
SendEvent("start", "");
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user