From 719f7e2a21218d0e2c7547a84845a071e551ee62 Mon Sep 17 00:00:00 2001 From: xen-42 Date: Sun, 20 Oct 2024 02:31:08 -0400 Subject: [PATCH 1/2] Update manifest.json --- NewHorizons/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/manifest.json b/NewHorizons/manifest.json index fea758fd..d51e9c95 100644 --- a/NewHorizons/manifest.json +++ b/NewHorizons/manifest.json @@ -4,7 +4,7 @@ "author": "xen, Bwc9876, JohnCorby, MegaPiggy, Trifid, and friends", "name": "New Horizons", "uniqueName": "xen.NewHorizons", - "version": "1.24.1", + "version": "1.24.0", "owmlVersion": "2.12.1", "dependencies": [ "JohnCorby.VanillaFix", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ], "conflicts": [ "PacificEngine.OW_CommonResources" ], From 834fc03ea7d3aa845d16b4906863f0603ca69c02 Mon Sep 17 00:00:00 2001 From: xen-42 Date: Sun, 20 Oct 2024 02:35:37 -0400 Subject: [PATCH 2/2] Remove and sort usings --- NewHorizons/Components/Props/NHItem.cs | 7 ------- NewHorizons/Components/Props/NHItemSocket.cs | 7 ------- 2 files changed, 14 deletions(-) diff --git a/NewHorizons/Components/Props/NHItem.cs b/NewHorizons/Components/Props/NHItem.cs index bdf3e388..cdc783b5 100644 --- a/NewHorizons/Components/Props/NHItem.cs +++ b/NewHorizons/Components/Props/NHItem.cs @@ -1,12 +1,5 @@ using NewHorizons.Builder.Props; using NewHorizons.Handlers; -using OWML.Utils; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Net.Sockets; -using System.Text; -using System.Threading.Tasks; using UnityEngine; namespace NewHorizons.Components.Props diff --git a/NewHorizons/Components/Props/NHItemSocket.cs b/NewHorizons/Components/Props/NHItemSocket.cs index bd40a96d..ce1cd913 100644 --- a/NewHorizons/Components/Props/NHItemSocket.cs +++ b/NewHorizons/Components/Props/NHItemSocket.cs @@ -1,10 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using UnityEngine; - namespace NewHorizons.Components.Props { public class NHItemSocket : OWItemSocket