diff --git a/Source/Integration/LuprexGameModeBase.cpp b/Source/Integration/LuprexGameModeBase.cpp index 30edf526..1c431d3a 100644 --- a/Source/Integration/LuprexGameModeBase.cpp +++ b/Source/Integration/LuprexGameModeBase.cpp @@ -357,6 +357,7 @@ void ALuprexGameModeBase::InitializeGlobalState() void ALuprexGameModeBase::EndPlay(const EEndPlayReason::Type EndPlayReason) { ResetToInitialState(); + Super::EndPlay(EndPlayReason); } int64 ALuprexGameModeBase::GetPlayerId() {