mirror of
https://github.com/APercy/airutils.git
synced 2025-03-15 08:01:22 +00:00
correcao do tug
This commit is contained in:
parent
ecfb31d166
commit
02714c3503
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ minetest.register_node("airutils:papi_right",{
|
|||
collision_box = airutils.papi_collision_box,
|
||||
can_dig = airutils.canDig,
|
||||
_color = "",
|
||||
on_destruct = airutils.remove,
|
||||
on_destruct = airutils.remove_papi,
|
||||
on_rightclick=airutils.togglePapiSide,
|
||||
on_punch = function(pos, node, puncher, pointed_thing)
|
||||
local player_name = puncher:get_player_name()
|
||||
|
|
Loading…
Add table
Reference in a new issue