[RelativeSync] attempt at fixing jitter (it did not work, it is very broken)

This commit is contained in:
NotAKidoS 2024-05-27 23:25:24 -05:00
parent c46bc61619
commit 85e3499615
6 changed files with 305 additions and 230 deletions

View file

@ -15,6 +15,7 @@ public class RelativeSyncMod : MelonMod
ModNetwork.Subscribe();
ApplyPatches(typeof(NetworkRootDataUpdatePatches));
ApplyPatches(typeof(CVRSpawnablePatches));
ApplyPatches(typeof(PlayerSetupPatches));
ApplyPatches(typeof(PuppetMasterPatches));