1 parent c94132c commit 2b2d732Copy full SHA for 2b2d732
1 file changed
Essentials/Patches/SessionDownloadPatch.cs
@@ -571,10 +571,6 @@ private static MyObjectBuilder_Checkpoint GetClientCheckpoint(ulong steamId)
571
_checkpoint.Gps.Dictionary.Add(player.IdentityId, bGps);
572
}
573
574
- if (MyFakes.ENABLE_MISSION_TRIGGERS)
575
- //usually empty, so meh
576
- _checkpoint.MissionTriggers = MySessionComponentMissionTriggers.Static.GetObjectBuilder();
577
-
578
//bunch of allocations in here, but can't replace the logic easily because private types
579
_checkpoint.Factions = MySession.Static.Factions.GetObjectBuilder();
580
0 commit comments