Add workaround for orphaned entities (increased delay)

This commit is contained in:
ClobberXD 2018-11-29 21:39:57 +05:30 committed by rubenwardy
parent c0fe21d01a
commit 7140e8430e
3 changed files with 9 additions and 5 deletions

View file

@ -1,4 +1,4 @@
WIELD3D_INIT_DELAY = 1
WIELD3D_INIT_DELAY = 2
WIELD3D_RETRY_TIME = 10
WIELD3D_UPDATE_TIME = 1
@ -129,4 +129,3 @@ minetest.register_on_joinplayer(function(player)
player_wielding[player:get_player_name()] = 0
minetest.after(WIELD3D_INIT_DELAY, add_wield_entity, player)
end)