Remove unnecessary code

This commit is contained in:
NO411 2022-01-31 17:42:20 +01:00
parent 2be3a83aa8
commit e6bef67275
1 changed files with 0 additions and 1 deletions

View File

@ -464,6 +464,5 @@ minetest.register_on_joinplayer(function(player)
shields = {},
blocking = 0,
}
mcl_shields.players[player].blocking = 0
remove_shield_hud(player)
end)