Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Dec 8, 2023
1 parent 534ba10 commit 654cbf5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,561 deletions.
3 changes: 0 additions & 3 deletions src/parser/src/collect_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,11 @@ pub enum CoordinateAxis {

impl<'a> ParserThread<'a> {
pub fn collect_entities(&mut self) {
// return;

if !self.prop_controller.event_with_velocity {
if !self.wanted_ticks.contains(&self.tick) && self.wanted_ticks.len() != 0 || self.wanted_events.len() != 0 {
return;
}
}

if self.parse_projectiles {
self.collect_projectiles();
}
Expand Down
Loading

0 comments on commit 654cbf5

Please sign in to comment.