mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-25 07:45:27 +01: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