Fix a bug in GameMode EndPlay

This commit is contained in:
2025-09-09 17:14:14 -04:00
parent 2bb78cd7c6
commit dd668b3214

View File

@@ -357,6 +357,7 @@ void ALuprexGameModeBase::InitializeGlobalState()
void ALuprexGameModeBase::EndPlay(const EEndPlayReason::Type EndPlayReason) void ALuprexGameModeBase::EndPlay(const EEndPlayReason::Type EndPlayReason)
{ {
ResetToInitialState(); ResetToInitialState();
Super::EndPlay(EndPlayReason);
} }
int64 ALuprexGameModeBase::GetPlayerId() { int64 ALuprexGameModeBase::GetPlayerId() {