No longer send collect inventory event if interactable sprite kind cannot be found.

This commit is contained in:
Sam
2021-08-30 12:33:42 -04:00
parent c66e1b3a56
commit 2a3cc3d35a

View File

@ -719,11 +719,6 @@ pub fn handle_manipulate_loadout(
timer: Duration::default(), timer: Duration::default(),
stage_section: StageSection::Buildup, stage_section: StageSection::Buildup,
}) })
} else {
// Otherwise send server event immediately
update
.server_events
.push_front(ServerEvent::InventoryManip(data.entity, inv_action.into()));
} }
} }
}, },