Add warnings about non-existent items in /kit

This commit is contained in:
juliancoffee 2021-06-11 01:33:47 +03:00
parent 4f49012aca
commit 5084548b53

View File

@ -1615,6 +1615,8 @@ fn handle_kit(
comp::InventoryUpdate::new(comp::InventoryUpdateEvent::Debug),
),
);
} else {
warn!("Unknown item: {}", &item_id);
}
}
Ok(())