mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Add warnings about non-existent items in /kit
This commit is contained in:
parent
4f49012aca
commit
5084548b53
@ -1615,6 +1615,8 @@ fn handle_kit(
|
|||||||
comp::InventoryUpdate::new(comp::InventoryUpdateEvent::Debug),
|
comp::InventoryUpdate::new(comp::InventoryUpdateEvent::Debug),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
} else {
|
||||||
|
warn!("Unknown item: {}", &item_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
|
Loading…
Reference in New Issue
Block a user