mirror of
https://github.com/minetest-mods/item_drop.git
synced 2024-12-22 22:02:26 +01:00
Fix typo
This commit is contained in:
parent
72e2a2b294
commit
a711c073ef
2
init.lua
2
init.lua
@ -55,7 +55,7 @@ minetest.register_globalstep(function(dtime)
|
|||||||
object:remove()
|
object:remove()
|
||||||
else
|
else
|
||||||
object:setvelocity({x=0,y=0,z=0})
|
object:setvelocity({x=0,y=0,z=0})
|
||||||
bject:get_luaentity().physical_state = true
|
object:get_luaentity().physical_state = true
|
||||||
object:get_luaentity().object:set_properties({
|
object:get_luaentity().object:set_properties({
|
||||||
physical = true
|
physical = true
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user