diff --git a/core/src/com/unciv/logic/UncivFiles.kt b/core/src/com/unciv/logic/UncivFiles.kt index 79a020a664..3b35f31058 100644 --- a/core/src/com/unciv/logic/UncivFiles.kt +++ b/core/src/com/unciv/logic/UncivFiles.kt @@ -276,7 +276,6 @@ class UncivFiles( try { val gameInfo = gameInfoFromString(gameData) gameInfo.customSaveLocation = location - gameInfo.setTransients() loadCompletionCallback(CustomLoadResult(location to gameInfo)) } catch (ex: Exception) { loadCompletionCallback(CustomLoadResult(exception = ex))