diff --git a/src/game/game_instance.cpp b/src/game/game_instance.cpp index 1fc1df1fbd..2a619a0e98 100644 --- a/src/game/game_instance.cpp +++ b/src/game/game_instance.cpp @@ -52,7 +52,7 @@ void GameInstance::RegisterAPI() if (!this->LoadCompatibilityScripts(GAME_DIR, GameInfo::ApiVersions)) this->Died(); - RegisterGameTranslation(*this->engine); + if (this->IsAlive()) RegisterGameTranslation(*this->engine); } int GameInstance::GetSetting(const std::string &name)