diff --git a/NewHorizons/Main.cs b/NewHorizons/Main.cs index 0b345d7c..7ca6e322 100644 --- a/NewHorizons/Main.cs +++ b/NewHorizons/Main.cs @@ -227,13 +227,6 @@ namespace NewHorizons // the campfire on the title screen calls this from RegisterShape before it gets patched, so we have to call it again. lol ShapeManager.Initialize(); - // Fix a thing (thanks jeff mobius) 1.1.15 updated the game over fonts to only include the characters they needed - for (int i = 0; i < TextTranslation.s_theTable.m_gameOverFonts.Length; i++) - { - var existingFont = TextTranslation.s_theTable.m_dynamicFonts[i]; - TextTranslation.s_theTable.m_gameOverFonts[i] = existingFont; - } - SceneManager.sceneLoaded += OnSceneLoaded; SceneManager.sceneUnloaded += OnSceneUnloaded; diff --git a/NewHorizons/NewHorizons.csproj b/NewHorizons/NewHorizons.csproj index 5ae0cd1c..e8abb757 100644 --- a/NewHorizons/NewHorizons.csproj +++ b/NewHorizons/NewHorizons.csproj @@ -15,8 +15,8 @@ none - - + + diff --git a/NewHorizons/manifest.json b/NewHorizons/manifest.json index fd79e6fc..222822d4 100644 --- a/NewHorizons/manifest.json +++ b/NewHorizons/manifest.json @@ -4,8 +4,8 @@ "author": "xen, Bwc9876, JohnCorby, MegaPiggy, Clay, Trifid, and friends", "name": "New Horizons", "uniqueName": "xen.NewHorizons", - "version": "1.21.0", - "owmlVersion": "2.12.1", + "version": "1.20.3", + "owmlVersion": "2.10.3", "dependencies": [ "JohnCorby.VanillaFix", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ], "conflicts": [ "PacificEngine.OW_CommonResources" ], "pathsToPreserve": [ "planets", "systems", "translations" ], diff --git a/SchemaExporter/SchemaExporter.csproj b/SchemaExporter/SchemaExporter.csproj index 726f05dd..e4e5c0f6 100644 --- a/SchemaExporter/SchemaExporter.csproj +++ b/SchemaExporter/SchemaExporter.csproj @@ -20,7 +20,7 @@ - +