File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
NebulaModel/DataStructures/Chat
NebulaPatcher/Patches/Dynamic Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 11namespace NebulaModel . DataStructures . Chat ;
2+
23public enum ChatViewMode
34{
45 TMPro ,
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments