mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Rename activate_inventory_slot to use_inventory_slot
This commit is contained in:
@ -712,7 +712,7 @@ impl Server {
|
||||
}
|
||||
_ => {}
|
||||
},
|
||||
ClientMsg::ActivateInventorySlot(x) => {
|
||||
ClientMsg::UseInventorySlot(x) => {
|
||||
let item = state
|
||||
.ecs()
|
||||
.write_storage::<comp::Inventory>()
|
||||
|
Reference in New Issue
Block a user