Increase immunity time

This commit is contained in:
rubenwardy 2018-01-21 20:44:08 +00:00
parent b191ad3b1b
commit 32664b598a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
respawn_immunity = {}
local IMMUNE_TIME = 10
local IMMUNE_TIME = 15
local immune_serial = 0
local immune_players = {}