1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Tune group digging time stuff a bit

This commit is contained in:
Perttu Ahola 2012-03-04 13:40:40 +02:00
parent b49a7c140e
commit 0b21618a05
2 changed files with 3 additions and 3 deletions

View file

@ -183,8 +183,8 @@ void ServerRemotePlayer::punch(ServerActiveObject *puncher,
// "Material" groups of the player
std::map<std::string, int> groups;
groups["snappy"] = 1;
groups["choppy"] = 2;
groups["fleshy"] = 3;
IItemDefManager *idef = m_env->getGameDef()->idef();
ItemStack punchitem = puncher->getWieldedItem();