Rename activate_inventory_slot to use_inventory_slot

This commit is contained in:
timokoesters
2019-08-30 22:46:45 +02:00
parent 5d02d32ec6
commit bd8e71c5aa
6 changed files with 7 additions and 10 deletions

View File

@ -712,7 +712,7 @@ impl Server {
}
_ => {}
},
ClientMsg::ActivateInventorySlot(x) => {
ClientMsg::UseInventorySlot(x) => {
let item = state
.ecs()
.write_storage::<comp::Inventory>()