Skip to content

Commit e96173a

Browse files
authored
Merge pull request #763 from starfi5h/pr-update
0.9.20
2 parents 367ffee + 73876ea commit e96173a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog
22

3-
0.9.20
3+
0.9.20:
44
- Compatible with game version 0.10.34.28392
55
- @gabrielgad: Sync Planet Memo
66
- @gabrielgad: Sync Holo Beacon (marker)

NebulaModel/DataStructures/Chat/ChatEnum.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
namespace NebulaModel.DataStructures.Chat;
2+
23
public enum ChatViewMode
34
{
45
TMPro,

NebulaPatcher/Patches/Dynamic/Player_Patch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static bool ExchangeSand_Prefix(Player __instance)
5656

5757
[HarmonyPrefix]
5858
[HarmonyPatch(nameof(Player.SetSandCount))]
59-
public static bool SetSandCount_Prefix(long newSandCount, ESandSource sandSource)
59+
public static bool SetSandCount_Prefix(long newSandCount)
6060
{
6161
if (!Multiplayer.IsActive)
6262
{

0 commit comments

Comments
 (0)