mirror of
https://github.com/stujones11/wield3d.git
synced 2025-01-14 01:21:14 +01:00
Fix wielding unknown object when joining empty handed
This commit is contained in:
parent
6d2c60a54d
commit
2bacfe165b
2
init.lua
2
init.lua
@ -15,7 +15,7 @@ minetest.register_entity("wield3d:wield_entity", {
|
||||
visual = "wielditem",
|
||||
visual_size = {x=0.25, y=0.25},
|
||||
},
|
||||
wield_item = "",
|
||||
wield_item = nil,
|
||||
player = nil,
|
||||
timer = 0,
|
||||
rotation = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user