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

Fix player double damage

This commit is contained in:
Perttu Ahola 2011-12-02 11:16:51 +02:00
parent c357985135
commit 2dc9a0c724
5 changed files with 11 additions and 3 deletions

View file

@ -368,6 +368,7 @@ struct ClientEnvEvent
} none;
struct{
u8 amount;
bool send_to_server;
} player_damage;
};
};