Skip to content

Commit

Permalink
-- small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Touhma committed Feb 4, 2021
1 parent 66ff94e commit 3946457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DSP_Plugin/MassDelete.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ public static bool DetermineDestructPreviewsPatch(PlayerAction_Build __instance,
deleteEntitiesList = Utils.GetBeltsEntitiesByCargoPathBuildRange(___factory, pathByBeltId);
}
else {
deleteEntitiesList = Utils.GetEntitiesByProtoBuildRange(___factory, itemProto);
// deleteEntitiesList = Utils.GetEntitiesByProtoBuildRange(___factory, itemProto);
return true;
}
}
}
Expand Down

0 comments on commit 3946457

Please sign in to comment.