Increase combat time again

This commit is contained in:
LoneWolfHT 2020-09-20 11:39:34 -07:00
parent 055598f85e
commit 6a0491fa00

View file

@ -2,7 +2,7 @@
local potential_cowards = {}
local TIMER_UPDATE_INTERVAL = 2
local COMBAT_TIMEOUT_TIME = 16
local COMBAT_TIMEOUT_TIME = 20
-- Prevent fall damage from killing players
minetest.register_on_player_hpchange(function(player, hp_change, reason)