mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
formatting
This commit is contained in:
parent
f7190dca0f
commit
aa8da5f582
2 changed files with 11 additions and 10 deletions
|
|
@ -53,10 +53,7 @@ fn main() -> Result<(), MainError> {
|
|||
let shooter = state
|
||||
.players
|
||||
.iter()
|
||||
.find(|player| {
|
||||
player
|
||||
.weapons.contains(&collision.projectile.launcher)
|
||||
})
|
||||
.find(|player| player.weapons.contains(&collision.projectile.launcher))
|
||||
.and_then(|player| player.info.as_ref());
|
||||
|
||||
if let Some(shooter) = shooter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue