From 73876ea143f06b0225c866049b2f8f9d6330295d Mon Sep 17 00:00:00 2001 From: starfish <50672801+starfi5h@users.noreply.github.com> Date: Sun, 1 Feb 2026 02:48:12 +0800 Subject: [PATCH] Fix warning --- CHANGELOG.md | 2 +- NebulaModel/DataStructures/Chat/ChatEnum.cs | 1 + NebulaPatcher/Patches/Dynamic/Player_Patch.cs | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9866fc6..c69634181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog -0.9.20 +0.9.20: - Compatible with game version 0.10.34.28392 - @gabrielgad: Sync Planet Memo - @gabrielgad: Sync Holo Beacon (marker) diff --git a/NebulaModel/DataStructures/Chat/ChatEnum.cs b/NebulaModel/DataStructures/Chat/ChatEnum.cs index afa7a74dc..b9339bf24 100644 --- a/NebulaModel/DataStructures/Chat/ChatEnum.cs +++ b/NebulaModel/DataStructures/Chat/ChatEnum.cs @@ -1,4 +1,5 @@ namespace NebulaModel.DataStructures.Chat; + public enum ChatViewMode { TMPro, diff --git a/NebulaPatcher/Patches/Dynamic/Player_Patch.cs b/NebulaPatcher/Patches/Dynamic/Player_Patch.cs index 2a126b3c9..74736866e 100644 --- a/NebulaPatcher/Patches/Dynamic/Player_Patch.cs +++ b/NebulaPatcher/Patches/Dynamic/Player_Patch.cs @@ -56,7 +56,7 @@ public static bool ExchangeSand_Prefix(Player __instance) [HarmonyPrefix] [HarmonyPatch(nameof(Player.SetSandCount))] - public static bool SetSandCount_Prefix(long newSandCount, ESandSource sandSource) + public static bool SetSandCount_Prefix(long newSandCount) { if (!Multiplayer.IsActive) {