mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Add a little animation when changing the wielded item
This commit is contained in:
@@ -3084,7 +3084,7 @@ void the_game(
|
||||
ItemStack item;
|
||||
if(mlist != NULL)
|
||||
item = mlist->getItem(client.getPlayerItem());
|
||||
camera.wield(item);
|
||||
camera.wield(item, client.getPlayerItem());
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user