1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-24 17:50:37 +01:00

The other part..

- My happined made me forget the ']]' at then end sorry
This commit is contained in:
LeMagnesium 2015-02-05 21:36:16 +01:00
parent 7e8dbab444
commit 82b6bc809b

View File

@ -377,7 +377,7 @@ function hud.handle_node_actions(pos, oldnode, player, ext)
hud.hunger[name] = h
hud.set_hunger(player)
end
hud.exhaustion[name] = exhaus]]
hud.exhaustion[name] = exhaus
end
minetest.register_on_placenode(hud.handle_node_actions)