Skip to content

Commit 2b2d732

Browse files
committed
Fix session download patch
1 parent c94132c commit 2b2d732

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

‎Essentials/Patches/SessionDownloadPatch.cs‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -571,10 +571,6 @@ private static MyObjectBuilder_Checkpoint GetClientCheckpoint(ulong steamId)
571571
_checkpoint.Gps.Dictionary.Add(player.IdentityId, bGps);
572572
}
573573

574-
if (MyFakes.ENABLE_MISSION_TRIGGERS)
575-
//usually empty, so meh
576-
_checkpoint.MissionTriggers = MySessionComponentMissionTriggers.Static.GetObjectBuilder();
577-
578574
//bunch of allocations in here, but can't replace the logic easily because private types
579575
_checkpoint.Factions = MySession.Static.Factions.GetObjectBuilder();
580576

0 commit comments

Comments
 (0)