mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-22 12:43:42 +01:00
whitespace removal
This commit is contained in:
parent
d515480370
commit
06aaaf4bca
@ -395,7 +395,7 @@ if armor.config.punch_damage == true then
|
||||
minetest.register_on_punchplayer(function(player, hitter,
|
||||
time_from_last_punch, tool_capabilities)
|
||||
local name = player:get_player_name()
|
||||
local name2 = hitter:get_player_name()
|
||||
local name2 = hitter:get_player_name()
|
||||
if name and name2 and minetest.is_protected(player:get_pos(), "") then
|
||||
return
|
||||
elseif name then
|
||||
|
Loading…
Reference in New Issue
Block a user