mirror of
https://github.com/minetest-mods/item_drop.git
synced 2025-07-25 08:30:18 +02:00
Fix typo
This commit is contained in:
2
init.lua
2
init.lua
@ -55,7 +55,7 @@ minetest.register_globalstep(function(dtime)
|
||||
object:remove()
|
||||
else
|
||||
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({
|
||||
physical = true
|
||||
})
|
||||
|
Reference in New Issue
Block a user